feat(vst-editor): bump default window to 840x560 + checkSizeConstraint floor (S-VIEW-SIZE-1)

This commit is contained in:
2026-07-27 13:26:11 -04:00
parent 3b9b78b82c
commit 7528a53a2a
2 changed files with 19 additions and 2 deletions
+1
View File
@@ -56,6 +56,7 @@ public:
Steinberg::tresult PLUGIN_API isPlatformTypeSupported(
Steinberg::FIDString type) override;
Steinberg::tresult PLUGIN_API canResize() override;
Steinberg::tresult PLUGIN_API checkSizeConstraint(Steinberg::ViewRect* rect) override;
protected:
void attachedToParent() override;