diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-16 14:22:30 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-16 14:22:30 +0100 |
commit | 94fb8a730768fd486058a6f30b6e3669ff0ab8af (patch) | |
tree | fc02328f43a9cc6752b59051e2acf134b1fbebfe | |
parent | 9f99d4b4892725793e6a49c4c97b4c2da77696e7 (diff) | |
download | mageiawelcome-94fb8a730768fd486058a6f30b6e3669ff0ab8af.tar mageiawelcome-94fb8a730768fd486058a6f30b6e3669ff0ab8af.tar.gz mageiawelcome-94fb8a730768fd486058a6f30b6e3669ff0ab8af.tar.bz2 mageiawelcome-94fb8a730768fd486058a6f30b6e3669ff0ab8af.tar.xz mageiawelcome-94fb8a730768fd486058a6f30b6e3669ff0ab8af.zip |
Give space to category list
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |