1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Increased the size of the standalone filter settings window

This commit is contained in:
tpoole 2017-09-11 12:55:26 +01:00
parent 31e05ad014
commit cbdf17a6fb

View file

@ -256,7 +256,7 @@ public:
totalInChannels,
totalOutChannels,
totalOutChannels));
o.content->setSize (500, 450);
o.content->setSize (500, 550);
o.dialogTitle = TRANS("Audio/MIDI Settings");
o.dialogBackgroundColour = o.content->getLookAndFeel().findColour (ResizableWindow::backgroundColourId);