From 8435eb276ec18b5e1b14b847434daf9dc304bcc5 Mon Sep 17 00:00:00 2001 From: Antony Baker Date: Sun, 16 Dec 2018 10:57:51 +0000 Subject: reduced the width of the Check for Updates button. --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 7e34df5..1a66028 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -241,7 +241,7 @@ It is highly recommended that you update your system regularly. An Update icon w } Button { - width: view.width * .35; + width: view.width * .18; objectName: "launch" onClicked:{ launch.command(["drakrpm-update",])} style: ButtonStyle { -- cgit v1.2.1