diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-16 14:22:30 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 10:19:29 +0100 |
commit | 845b522f93f678b8a95931e26258c0f848f02555 (patch) | |
tree | 9d63e5404389e18c4024ed9a39c769653be568e0 /qml/mw-ui.qml | |
parent | 8435eb276ec18b5e1b14b847434daf9dc304bcc5 (diff) | |
download | mageiawelcome-845b522f93f678b8a95931e26258c0f848f02555.tar mageiawelcome-845b522f93f678b8a95931e26258c0f848f02555.tar.gz mageiawelcome-845b522f93f678b8a95931e26258c0f848f02555.tar.bz2 mageiawelcome-845b522f93f678b8a95931e26258c0f848f02555.tar.xz mageiawelcome-845b522f93f678b8a95931e26258c0f848f02555.zip |
Give space to category list
Diffstat (limited to 'qml/mw-ui.qml')
-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 |