mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 08:11:47 -05:00
prevent mic combobox from being too big
This commit is contained in:
parent
9183d37165
commit
0a30c8e6fc
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ MainWindow::MainWindow(QWidget *parent) : QWidget(parent)
|
|||
configLayout->addWidget(new QLabel(tr("Microphone: "), soundConfigGroupBox), row, 0);
|
||||
|
||||
m_microphoneComboBox = new QComboBox(soundConfigGroupBox);
|
||||
m_microphoneComboBox->setMaximumWidth(120);
|
||||
configLayout->addWidget(m_microphoneComboBox, row, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue