Skip to content
Permalink
Browse files
Merge pull request #7900 from spycrab/qt_general_align
Qt/GeneralPane: Align "Auto Update" on macOS
  • Loading branch information
spycrab committed Mar 16, 2019
2 parents ae53318 + 502cba2 commit a40b5f9
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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);

0 comments on commit a40b5f9

Please sign in to comment.