diff options
author | Antony Baker <jasperodus@zoho.com> | 2018-12-30 15:18:59 +0000 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-01 12:10:10 +0100 |
commit | dde09377e64602b5dc81ece6773420d84da42f41 (patch) | |
tree | a748b6ff79cceb7c1e1dd8d74cba97cbb9d67655 /qml/mw-ui.qml | |
parent | 7c786d749591de2cebe1c0bb1b0fcb9d86dc621c (diff) | |
download | mageiawelcome-dde09377e64602b5dc81ece6773420d84da42f41.tar mageiawelcome-dde09377e64602b5dc81ece6773420d84da42f41.tar.gz mageiawelcome-dde09377e64602b5dc81ece6773420d84da42f41.tar.bz2 mageiawelcome-dde09377e64602b5dc81ece6773420d84da42f41.tar.xz mageiawelcome-dde09377e64602b5dc81ece6773420d84da42f41.zip |
Applications: Slightly better vertical alignment of 'Installed' label.
Diffstat (limited to 'qml/mw-ui.qml')
-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 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 |