diff options
author | Papoteur <papoteur@mageia.org> | 2019-06-15 19:54:58 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-06-15 22:11:50 +0200 |
commit | 364e15c97d921ad26289d5263a45b055b3497770 (patch) | |
tree | bcd7065c6ad5c862778ec112d335397098645296 /qml/mw-ui.qml | |
parent | b287b9e503a461745503f0b09ca345f55de656b0 (diff) | |
download | mageiawelcome-364e15c97d921ad26289d5263a45b055b3497770.tar mageiawelcome-364e15c97d921ad26289d5263a45b055b3497770.tar.gz mageiawelcome-364e15c97d921ad26289d5263a45b055b3497770.tar.bz2 mageiawelcome-364e15c97d921ad26289d5263a45b055b3497770.tar.xz mageiawelcome-364e15c97d921ad26289d5263a45b055b3497770.zip |
More robust Edit Software button (mga#24641)
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 3ee2532..384037d 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -289,7 +289,6 @@ Rectangle { Layout.margins: 10 } MButton { - Layout.maximumWidth: slideshow.width * .40 Layout.columnSpan: 2 Layout.alignment: Qt.AlignHCenter objectName: "launch" |