Skip to content
Snippets Groups Projects
Commit d74669d8 authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

ProjectWizard: Set the default value of comboBoxAudioBitrate at 256 Kbps


Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent 8c5b3ff3
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ VideoPage::initializePage()
ui.spinBoxVideoWidth->setValue( projectWidth );
ui.spinBoxVideoHeight->setValue( projectHeight );
ui.doubleSpinBoxVideoFPS->setValue( projectFps );
ui.comboBoxAudioBitrate->setCurrentIndex( ui.comboBoxAudioBitrate->findText( "256 Kbps" ) );
switch ( sampleRate )
{
......
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