From ff344894b195adcbad50d12ab8c9adbc332540ad Mon Sep 17 00:00:00 2001 From: Antony Baker Date: Sat, 29 Dec 2018 21:39:56 +0000 Subject: Applications: Horizontal-centre the 'Installed' labels. --- qml/mw-ui.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'qml/mw-ui.qml') diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 6c22bc7..0a147f5 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -647,6 +647,7 @@ Rectangle { } } Component { id: dummy;Label {text: qsTr("Installed") + horizontalAlignment: TextInput.AlignHCenter font.pixelSize: Qt.application.font.pixelSize * .8 width: Qt.application.font.pixelSize * 4 color: "white" -- cgit v1.2.1