Skip to content
Snippets Groups Projects
Commit 4a75bfa8 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Enlarge audio configuration window

parent 762c37fd
No related branches found
Tags PCIe-V0
No related merge requests found
......@@ -289,7 +289,7 @@ AudioConfigurationWindow::AudioConfigurationWindow (AudioDeviceManager& adm, Aud
, controlButton (cButton)
{
centreWithSize (360,300);
centreWithSize (360,500);
setUsingNativeTitleBar (true);
setResizable (false,false);
......@@ -306,7 +306,7 @@ AudioConfigurationWindow::AudioConfigurationWindow (AudioDeviceManager& adm, Aud
false, // showChannelsAsStereoPairs
false); // hideAdvancedOptionsWithButton
adsc->setBounds (0, 0, 450, 240);
adsc->setBounds (0, 0, 450, 440);
setContentOwned (adsc, true);
setVisible (false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment