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

@@ -55,7 +55,7 @@ ScrobblerSettingsPage::ScrobblerSettingsPage(SettingsDialog *dialog, QWidget *pa
listenbrainz_waiting_for_auth_(false) {
ui_->setupUi(this);
setWindowIcon(IconLoader::Load("scrobble"));
setWindowIcon(IconLoader::Load("scrobble", true, 0, 32));
// Last.fm
QObject::connect(lastfmscrobbler_, &LastFMScrobbler::AuthenticationComplete, this, &ScrobblerSettingsPage::LastFM_AuthenticationComplete);