mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-03 17:02:41 +00:00
Qt/macOS: Make configuration layout consistent with other platforms
This commit is contained in:
parent
f3a18db9e0
commit
f2c6a97916
3 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,9 @@ void InterfacePane::CreateUI()
|
|||
m_main_layout->addWidget(groupbox);
|
||||
|
||||
auto* combobox_layout = new QFormLayout;
|
||||
combobox_layout->setFormAlignment(Qt::AlignLeft | Qt::AlignTop);
|
||||
combobox_layout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
|
||||
|
||||
groupbox_layout->addLayout(combobox_layout);
|
||||
|
||||
m_combobox_language = MakeLanguageComboBox();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue