Fix some window and scrollbox sizes

This commit is contained in:
GriffinR
2023-09-12 13:25:16 -04:00
parent 26620cd1d4
commit 0c47866e3d
5 changed files with 119 additions and 110 deletions

View File

@@ -17,6 +17,8 @@ PreferenceEditor::PreferenceEditor(QWidget *parent) :
ui->setupUi(this);
auto *formLayout = new QFormLayout(ui->groupBox_Themes);
themeSelector = new NoScrollComboBox(ui->groupBox_Themes);
themeSelector->setEditable(false);
themeSelector->setMinimumContentsLength(0);
formLayout->addRow("Themes", themeSelector);
setAttribute(Qt::WA_DeleteOnClose);
connect(ui->buttonBox, &QDialogButtonBox::clicked,