1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

Really minor UI tweak in StandaloneFilterWindow.

This commit is contained in:
jules 2014-04-17 12:27:56 +01:00
parent 2db263c122
commit 596fccb6de

View file

@ -150,7 +150,7 @@ public:
o.content->setSize (500, 450);
o.dialogTitle = TRANS("Audio Settings");
o.dialogBackgroundColour = Colours::lightgrey;
o.dialogBackgroundColour = Colour (0xfff0f0f0);
o.escapeKeyTriggersCloseButton = true;
o.useNativeTitleBar = true;
o.resizable = false;