summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qml/mw-ui.qml1
1 files changed, 1 insertions, 0 deletions
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"