diff options
author | Antony Baker <jasperodus@zoho.com> | 2018-12-30 14:35:54 +0000 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-01 12:10:10 +0100 |
commit | 7c786d749591de2cebe1c0bb1b0fcb9d86dc621c (patch) | |
tree | 1cf54abcea5e42a6d13d559fdbf74b37d447c0cf /qml/mw-ui.qml | |
parent | 437ed496fea43cf6fc4ff09cf04489f328f89525 (diff) | |
download | mageiawelcome-7c786d749591de2cebe1c0bb1b0fcb9d86dc621c.tar mageiawelcome-7c786d749591de2cebe1c0bb1b0fcb9d86dc621c.tar.gz mageiawelcome-7c786d749591de2cebe1c0bb1b0fcb9d86dc621c.tar.bz2 mageiawelcome-7c786d749591de2cebe1c0bb1b0fcb9d86dc621c.tar.xz mageiawelcome-7c786d749591de2cebe1c0bb1b0fcb9d86dc621c.zip |
Applications: Give slightly more width for 'non-free' label.
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 3e45c82..5088b0f 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -669,7 +669,7 @@ Rectangle { Rectangle { color: "#FF4C4C" radius: 3 - width: Qt.application.font.pixelSize * 3; height: Qt.application.font.pixelSize * 1.3 + width: Qt.application.font.pixelSize * 3.2; height: Qt.application.font.pixelSize * 1.3 Label { anchors.centerIn: parent text: repo |