summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qml/mw-ui.qml4
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"
}