mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 08:11:47 -05:00
ignore horizontal size policy on controller combobox
This commit is contained in:
parent
abd48af085
commit
6212d40394
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ MainWindow::MainWindow(QWidget *parent) : QWidget(parent)
|
|||
configLayout->addWidget(new QLabel(tr("Input: "), inputConfigGroupBox), row, 0);
|
||||
|
||||
m_controllerComboBox = new QComboBox(inputConfigGroupBox);
|
||||
m_controllerComboBox->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Fixed);
|
||||
connect(m_controllerComboBox, &QComboBox::currentIndexChanged, this, &MainWindow::setJoystick);
|
||||
configLayout->addWidget(m_controllerComboBox, row, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue