Update juce_StandaloneFilterWindow.h
This commit is contained in:
parent
7ba06b8aec
commit
fce8090d49
1 changed files with 6 additions and 6 deletions
|
@ -272,12 +272,12 @@ public:
|
|||
maxNumOutputs = jmax (0, bus->getDefaultLayout().size());
|
||||
|
||||
o.content.setOwned (new SettingsComponent (*this, deviceManager, maxNumInputs, maxNumOutputs));
|
||||
#if JUCE_MAC
|
||||
o.content->setSize (500, 240);
|
||||
#endif
|
||||
#if ! JUCE_MAC
|
||||
o.content->setSize (500, 340);
|
||||
#endif
|
||||
//#if JUCE_MAC
|
||||
o.content->setSize (500, 400);
|
||||
//#endif
|
||||
//#if ! JUCE_MAC
|
||||
// o.content->setSize (500, 450);
|
||||
//#endif
|
||||
o.dialogTitle = TRANS("Audio/MIDI Settings");
|
||||
o.dialogBackgroundColour = o.content->getLookAndFeel().findColour (ResizableWindow::backgroundColourId);
|
||||
o.escapeKeyTriggersCloseButton = true;
|
||||
|
|
Loading…
Reference in a new issue