diff options
author | Antony Baker <jasperodus@zoho.com> | 2018-12-23 19:34:37 +0000 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-25 10:19:15 +0100 |
commit | 4be67321a0487ceef7566053c286672a43e7761b (patch) | |
tree | ff1f20558e5db0aed9868bbc5f126968a4b6568d | |
parent | b3753b18623598a624dda686ea528bdc2ac0d814 (diff) | |
download | mageiawelcome-4be67321a0487ceef7566053c286672a43e7761b.tar mageiawelcome-4be67321a0487ceef7566053c286672a43e7761b.tar.gz mageiawelcome-4be67321a0487ceef7566053c286672a43e7761b.tar.bz2 mageiawelcome-4be67321a0487ceef7566053c286672a43e7761b.tar.xz mageiawelcome-4be67321a0487ceef7566053c286672a43e7761b.zip |
Applications: Add spacing between Category list and SW list. Add space between icons and title/descriptions.
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 0b7b68d..0ca366a 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -573,10 +573,12 @@ Rectangle { //} Column{ Label { + leftPadding:5 text: title font.bold: true } Label { + leftPadding:5 text: description width: view.width - (200 + 32 +30 + 100) wrapMode: Text.WordWrap |