diff options
-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 |