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

@@ -62,7 +62,7 @@ NotificationsSettingsPage::NotificationsSettingsPage(SettingsDialog *dialog, QWi
pretty_popup_(new OSDPretty(OSDPretty::Mode_Draggable)) {
ui_->setupUi(this);
setWindowIcon(IconLoader::Load("help-hint"));
setWindowIcon(IconLoader::Load("help-hint", true, 0, 32));
pretty_popup_->SetMessage(tr("OSD Preview"), tr("Drag to reposition"), QImage(":/pictures/cdcase.png"));