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 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 { |