1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

DSPModulePluginDemo: Disable resizing, as the plugin window fails to layout elegantly at other sizes

This commit is contained in:
reuk 2021-04-07 16:02:30 +01:00
parent d50c3920ef
commit dbf7806488
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -1531,6 +1531,7 @@ public:
updateVisibility();
setSize (800, 430);
setResizable (false, false);
}
//==============================================================================