1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
This commit is contained in:
jules 2007-10-10 14:59:01 +00:00
parent 0c0ef8c87d
commit cf7ae76019
3 changed files with 3 additions and 3 deletions

View file

@ -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()