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:
parent
d50c3920ef
commit
dbf7806488
1 changed files with 1 additions and 0 deletions
|
|
@ -1531,6 +1531,7 @@ public:
|
|||
updateVisibility();
|
||||
|
||||
setSize (800, 430);
|
||||
setResizable (false, false);
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue