Ensure label visibility
Make sure that labels are always shown by setting the row wrap policy of the form layout to wrap long rows.
This commit is contained in:
@@ -305,6 +305,7 @@ AudioSdl::setupWidget::setupWidget( QWidget * _parent ) :
|
||||
AudioDeviceSetupWidget( AudioSdl::name(), _parent )
|
||||
{
|
||||
QFormLayout * form = new QFormLayout(this);
|
||||
form->setRowWrapPolicy(QFormLayout::WrapLongRows);
|
||||
|
||||
m_playbackDeviceComboBox = new QComboBox(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user