diff options
Diffstat (limited to 'src/ui/settings/SettingsGeneral.cpp')
-rw-r--r-- | src/ui/settings/SettingsGeneral.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/settings/SettingsGeneral.cpp b/src/ui/settings/SettingsGeneral.cpp index 3b767e3a..6b6568a4 100644 --- a/src/ui/settings/SettingsGeneral.cpp +++ b/src/ui/settings/SettingsGeneral.cpp @@ -100,7 +100,7 @@ GeneralTab::GeneralTab(QWidget* parent) : QWidget(parent) { for (const auto& l : lang) { langSelectBox->addItem(l); } - langSelectBox->setSizeAdjustPolicy(QComboBox::AdjustToMinimumContentsLength); + langSelectBox->setSizeAdjustPolicy(QComboBox::AdjustToContents); langBoxLayout->addWidget(langSelectBox); langBoxLayout->addWidget(new QLabel( |