From 00d3c1a472888817d7649391d4a8485c5fc6f6f5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 3 May 2025 23:56:37 +1000 Subject: feat: launcher wallpaper selector --- config/LauncherConfig.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config/LauncherConfig.qml') diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 2bf465d..18489f7 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -5,11 +5,14 @@ import QtQuick Singleton { readonly property int maxShown: 8 + readonly property int maxWallpapers: 9 // Warning: even numbers look bad readonly property string actionPrefix: ">" readonly property Sizes sizes: Sizes {} component Sizes: QtObject { - readonly property int width: 600 + readonly property int itemWidth: 600 readonly property int itemHeight: 57 + readonly property int wallpaperWidth: 280 + readonly property int wallpaperHeight: 200 } } -- cgit v1.2.3-freya