From 5978db658c541d4acf4de4a14139232f4a57284c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 3 May 2025 14:32:53 +1000 Subject: feat: launcher actions --- config/LauncherConfig.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/LauncherConfig.qml') diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index caa3bc5..2bf465d 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -5,9 +5,11 @@ import QtQuick Singleton { readonly property int maxShown: 8 + readonly property string actionPrefix: ">" readonly property Sizes sizes: Sizes {} component Sizes: QtObject { - property int width: 600 + readonly property int width: 600 + readonly property int itemHeight: 57 } } -- cgit v1.2.3-freya