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:
parent
2db263c122
commit
596fccb6de
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue