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:
parent
31e05ad014
commit
cbdf17a6fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue