mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
This commit is contained in:
parent
0c0ef8c87d
commit
cf7ae76019
3 changed files with 3 additions and 3 deletions
|
|
@ -52,11 +52,11 @@ public:
|
|||
ApplicationProperties::getInstance()->getUserSettings()), true, true);
|
||||
|
||||
setResizable (true, false);
|
||||
setVisible (true);
|
||||
setResizeLimits (300, 400, 800, 1500);
|
||||
setTopLeftPosition (60, 60);
|
||||
|
||||
restoreWindowStateFromString (ApplicationProperties::getInstance()->getUserSettings()->getValue ("listWindowPos"));
|
||||
setVisible (true);
|
||||
}
|
||||
|
||||
~PluginListWindow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue