mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
This commit is contained in:
parent
ac86c4f307
commit
bb1ae06606
7 changed files with 233 additions and 271 deletions
|
|
@ -441,9 +441,9 @@ void MainHostWindow::showAudioSettings()
|
|||
AudioDeviceSelectorComponent audioSettingsComp (deviceManager,
|
||||
0, 256,
|
||||
0, 256,
|
||||
true, true);
|
||||
true, true, true);
|
||||
|
||||
audioSettingsComp.setSize (500, 350);
|
||||
audioSettingsComp.setSize (500, 450);
|
||||
|
||||
DialogWindow::showModalDialog (T("Audio Settings"),
|
||||
&audioSettingsComp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue