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());
|
maxNumOutputs = jmax (0, bus->getDefaultLayout().size());
|
||||||
|
|
||||||
o.content.setOwned (new SettingsComponent (*this, deviceManager, maxNumInputs, maxNumOutputs));
|
o.content.setOwned (new SettingsComponent (*this, deviceManager, maxNumInputs, maxNumOutputs));
|
||||||
#if JUCE_MAC
|
//#if JUCE_MAC
|
||||||
o.content->setSize (500, 240);
|
o.content->setSize (500, 400);
|
||||||
#endif
|
//#endif
|
||||||
#if ! JUCE_MAC
|
//#if ! JUCE_MAC
|
||||||
o.content->setSize (500, 340);
|
// o.content->setSize (500, 450);
|
||||||
#endif
|
//#endif
|
||||||
o.dialogTitle = TRANS("Audio/MIDI Settings");
|
o.dialogTitle = TRANS("Audio/MIDI Settings");
|
||||||
o.dialogBackgroundColour = o.content->getLookAndFeel().findColour (ResizableWindow::backgroundColourId);
|
o.dialogBackgroundColour = o.content->getLookAndFeel().findColour (ResizableWindow::backgroundColourId);
|
||||||
o.escapeKeyTriggersCloseButton = true;
|
o.escapeKeyTriggersCloseButton = true;
|
||||||
|
|
Loading…
Reference in a new issue