Qt/macOS: Make configuration layout consistent with other platforms

This commit is contained in:
spycrab
2018-06-12 15:45:33 +02:00
parent f3a18db9e0
commit f2c6a97916
3 changed files with 7 additions and 0 deletions

View File

@ -88,6 +88,8 @@ void AudioPane::CreateWidgets()
m_dolby_pro_logic->setToolTip(
tr("Enables Dolby Pro Logic II emulation using 5.1 surround. Certain backends only."));
backend_layout->setFormAlignment(Qt::AlignLeft | Qt::AlignTop);
backend_layout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
backend_layout->addRow(m_backend_label, m_backend_combo);
if (m_latency_control_supported)
backend_layout->addRow(m_latency_label, m_latency_spin);