Settings: Require tab icons to be minimum 32

This commit is contained in:
Jonas Kvinge
2023-01-04 21:24:57 +01:00
parent 0b536b287f
commit db55f314c9
17 changed files with 17 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ GlobalShortcutsSettingsPage::GlobalShortcutsSettingsPage(SettingsDialog *dialog,
ui_->setupUi(this);
ui_->shortcut_options->setEnabled(false);
ui_->list->header()->setSectionResizeMode(QHeaderView::ResizeToContents);
setWindowIcon(IconLoader::Load("keyboard"));
setWindowIcon(IconLoader::Load("keyboard", true, 0, 32));
QObject::connect(ui_->list, &QTreeWidget::currentItemChanged, this, &GlobalShortcutsSettingsPage::ItemClicked);
QObject::connect(ui_->radio_none, &QRadioButton::clicked, this, &GlobalShortcutsSettingsPage::NoneClicked);