1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
This commit is contained in:
jules 2008-07-09 10:54:06 +00:00
parent ac86c4f307
commit bb1ae06606
7 changed files with 233 additions and 271 deletions

View file

@ -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,