From dde09377e64602b5dc81ece6773420d84da42f41 Mon Sep 17 00:00:00 2001 From: Antony Baker Date: Sun, 30 Dec 2018 15:18:59 +0000 Subject: Applications: Slightly better vertical alignment of 'Installed' label. --- qml/mw-ui.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 5088b0f..edad95f 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -654,6 +654,7 @@ Rectangle { } } Component { id: dummy;Label {text: qsTr("Installed") + padding: 2 horizontalAlignment: TextInput.AlignHCenter font.pixelSize: Qt.application.font.pixelSize * .8 width: Qt.application.font.pixelSize * 4 -- cgit v1.2.1