summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
authorAntony Baker <jasperodus@zoho.com>2018-12-16 10:57:51 +0000
committerPapoteur <papoteur@mageia.org>2018-12-17 10:19:29 +0100
commit8435eb276ec18b5e1b14b847434daf9dc304bcc5 (patch)
treee2e147ff203c5c37a306423e427e6509b1d5201d /qml/mw-ui.qml
parent7e6fa7c0558475e148cbde25f795609cfd3aff84 (diff)
downloadmageiawelcome-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.
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r--qml/mw-ui.qml2
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 {