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 }