From 5b8192657e5c07963c6769d02e49055c11b08ec2 Mon Sep 17 00:00:00 2001 From: Antony Baker Date: Sun, 30 Dec 2018 14:52:21 +0000 Subject: Applications: Increase L/R margins slightly for the SW list. --- qml/mw-ui.qml | 4 ++-- 1 file 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" } -- cgit v1.2.1