diff options
author | Antony Baker <jasperodus@zoho.com> | 2018-12-29 21:39:56 +0000 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-30 08:08:08 +0100 |
commit | ff344894b195adcbad50d12ab8c9adbc332540ad (patch) | |
tree | 495115f12adf39e2f609a553cfc62eb4c428e86b | |
parent | 1c52c43c50ebf8777ca6e3c058d126119ee4c790 (diff) | |
download | mageiawelcome-ff344894b195adcbad50d12ab8c9adbc332540ad.tar mageiawelcome-ff344894b195adcbad50d12ab8c9adbc332540ad.tar.gz mageiawelcome-ff344894b195adcbad50d12ab8c9adbc332540ad.tar.bz2 mageiawelcome-ff344894b195adcbad50d12ab8c9adbc332540ad.tar.xz mageiawelcome-ff344894b195adcbad50d12ab8c9adbc332540ad.zip |
Applications: Horizontal-centre the 'Installed' labels.
-rw-r--r-- | qml/mw-ui.qml | 1 |
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" |