diff options
author | Antony Baker <jasperodus@zoho.com> | 2018-12-30 14:52:21 +0000 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-01 12:10:10 +0100 |
commit | 5b8192657e5c07963c6769d02e49055c11b08ec2 (patch) | |
tree | 9d5895f1608a2855b722af41cc7b62db8ab071cc /qml | |
parent | dde09377e64602b5dc81ece6773420d84da42f41 (diff) | |
download | mageiawelcome-5b8192657e5c07963c6769d02e49055c11b08ec2.tar mageiawelcome-5b8192657e5c07963c6769d02e49055c11b08ec2.tar.gz mageiawelcome-5b8192657e5c07963c6769d02e49055c11b08ec2.tar.bz2 mageiawelcome-5b8192657e5c07963c6769d02e49055c11b08ec2.tar.xz mageiawelcome-5b8192657e5c07963c6769d02e49055c11b08ec2.zip |
Applications: Increase L/R margins slightly for the SW list.
Diffstat (limited to 'qml')
-rw-r--r-- | qml/mw-ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index edad95f..f73315a 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -567,7 +567,7 @@ Rectangle { Rectangle { // Software list height: box.height - 222 - x: 200 + x: 210 DelegateModel { id: appListDM @@ -611,7 +611,7 @@ Rectangle { text: description font.italic: true font.pixelSize: Qt.application.font.pixelSize * .9 - width: view.width - (200 + 32 +30 + Qt.application.font.pixelSize * 4 * 2) + width: view.width - (200 + 44 +38 + Qt.application.font.pixelSize * 4 * 2) wrapMode: Text.WordWrap color: "white" } |