Commit 2242c9a2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix Ok/Cancel button position in advanced capture properties.

parent c997e06c
...@@ -1133,7 +1133,7 @@ void CaptureOpenPanel::advancedDialog() ...@@ -1133,7 +1133,7 @@ void CaptureOpenPanel::advancedDialog()
advButtonBox->addButton( closeButton, QDialogButtonBox::AcceptRole ); advButtonBox->addButton( closeButton, QDialogButtonBox::AcceptRole );
advButtonBox->addButton( cancelButton, QDialogButtonBox::RejectRole ); advButtonBox->addButton( cancelButton, QDialogButtonBox::RejectRole );
gLayout->addWidget( advButtonBox, i_confsize + 1, 0, 1, -1 ); mainLayout->addWidget( advButtonBox );
/* Creation of the MRL */ /* Creation of the MRL */
if( adv->exec() ) if( adv->exec() )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment