diff --git a/Source/Core/DolphinQt/Settings/GeneralPane.cpp b/Source/Core/DolphinQt/Settings/GeneralPane.cpp index ff2c4a4a25..756b4667d1 100644 --- a/Source/Core/DolphinQt/Settings/GeneralPane.cpp +++ b/Source/Core/DolphinQt/Settings/GeneralPane.cpp @@ -175,6 +175,9 @@ void GeneralPane::CreateAutoUpdate() auto_update_group->setLayout(layout); m_main_layout->addWidget(auto_update_group); + layout->setFormAlignment(Qt::AlignLeft | Qt::AlignTop); + layout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow); + m_combobox_update_track = new QComboBox(this); layout->addRow(tr("&Auto Update:"), m_combobox_update_track);