mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
DolphinQt: Update mapping window device to use expanding size policy
This commit is contained in:
parent
9a744ab25b
commit
9bd4e0939e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void MappingWindow::CreateDevicesLayout()
|
|||
m_devices_combo = new QComboBox();
|
||||
m_devices_refresh = new QPushButton(tr("Refresh"));
|
||||
|
||||
m_devices_combo->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Fixed);
|
||||
m_devices_combo->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
|
||||
m_devices_refresh->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
|
||||
m_devices_layout->addWidget(m_devices_combo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue