From 7c786d749591de2cebe1c0bb1b0fcb9d86dc621c Mon Sep 17 00:00:00 2001 From: Antony Baker Date: Sun, 30 Dec 2018 14:35:54 +0000 Subject: Applications: Give slightly more width for 'non-free' label. --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/mw-ui.qml') 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 -- cgit v1.2.1