diff options
Diffstat (limited to 'config/LauncherConfig.qml')
| -rw-r--r-- | config/LauncherConfig.qml | 4 |
1 files changed, 3 insertions, 1 deletions
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 } } |