diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-29 18:54:20 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-29 18:54:20 +0100 |
commit | 00ff83ef56649805dfd68657a29b97c9d71bdb39 (patch) | |
tree | a59cc7fd66792bd055ea1225a7287bf2c1f7daea | |
parent | e642e244d4bf54c53560f5f3574b1c048206ff33 (diff) | |
download | mageiawelcome-00ff83ef56649805dfd68657a29b97c9d71bdb39.tar mageiawelcome-00ff83ef56649805dfd68657a29b97c9d71bdb39.tar.gz mageiawelcome-00ff83ef56649805dfd68657a29b97c9d71bdb39.tar.bz2 mageiawelcome-00ff83ef56649805dfd68657a29b97c9d71bdb39.tar.xz mageiawelcome-00ff83ef56649805dfd68657a29b97c9d71bdb39.zip |
MCC: Add spacing
-rw-r--r-- | qml/mw-ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index a01d647..93f3c1d 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -311,6 +311,7 @@ Rectangle { Column { x: 10; y: 30 + spacing: 10 Label { text: qsTr("<b>Mageia Control Center</b> (aka drakconf) is a set of tools to help you configure your system.") width: view.width * 0.9 |