mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
Qt/GeneralPane: Align "Auto Update" on macOS
This commit is contained in:
parent
e31ae0b3a0
commit
502cba255f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user