From 74fce51c2d85ad62556f33cc4da7c3fd19cfc94a Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Tue, 9 Sep 2025 23:59:21 -0400 Subject: [PATCH] Icons: new aliases image => photo --- Commons/IconsSets/TablerIcons.qml | 3 +++ Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Commons/IconsSets/TablerIcons.qml b/Commons/IconsSets/TablerIcons.qml index 8ea1078..1966b6f 100644 --- a/Commons/IconsSets/TablerIcons.qml +++ b/Commons/IconsSets/TablerIcons.qml @@ -17,6 +17,8 @@ Singleton { "trash": "trash-filled", "menu": "menu-2", "person": "user", + "folder-open": "folder-open", + "download": "download", "toast-notice": "circle-check", "toast-warning": "exclamation-circle", "question-mark": "question-mark", @@ -51,6 +53,7 @@ Singleton { "keep-awake-off": "mug-off", "panel": "clipboard-filled", "disc": "disc-filled", + "image": "photo", "dark-mode": "contrast-filled", "camera-video": "video", "wallpaper-selector": "library-photo", diff --git a/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml b/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml index 0de12c4..f82c4c9 100644 --- a/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml +++ b/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml @@ -247,7 +247,7 @@ ColumnLayout { NIcon { icon: "folder-open" - font.pointSize: Style.fontSizeXL * scaling + font.pointSize: Style.fontSizeXXL * scaling color: Color.mOnSurface Layout.alignment: Qt.AlignHCenter }