diff options
author | Antony Baker <jasperodus@zoho.com> | 2018-12-16 10:57:51 +0000 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 10:19:29 +0100 |
commit | 8435eb276ec18b5e1b14b847434daf9dc304bcc5 (patch) | |
tree | e2e147ff203c5c37a306423e427e6509b1d5201d | |
parent | 7e6fa7c0558475e148cbde25f795609cfd3aff84 (diff) | |
download | mageiawelcome-8435eb276ec18b5e1b14b847434daf9dc304bcc5.tar mageiawelcome-8435eb276ec18b5e1b14b847434daf9dc304bcc5.tar.gz mageiawelcome-8435eb276ec18b5e1b14b847434daf9dc304bcc5.tar.bz2 mageiawelcome-8435eb276ec18b5e1b14b847434daf9dc304bcc5.tar.xz mageiawelcome-8435eb276ec18b5e1b14b847434daf9dc304bcc5.zip |
reduced the width of the Check for Updates button.
-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 { |