From 94fb8a730768fd486058a6f30b6e3669ff0ab8af Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 16 Dec 2018 14:22:30 +0100 Subject: Give space to category list --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 1a66028..3bc5719 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -482,7 +482,7 @@ It is highly recommended that you update your system regularly. An Update icon w {'name':qsTr("Graphics"),'group': "graphics"}, {'name':qsTr("System"),'group': "system"}, {'name':qsTr("Programming"),'group': "programming"}] - height: 25 * 9 + height: 30 * 9 delegate: Rectangle{ width: parent.width height: 30 -- cgit v1.2.1