Skip to content

Commit 90d6a7e

Browse files
committed
qml: remove implicitWidth from Continue & OutlineButton
All usage of this defines the width. This makes the buttons usable in a wider range of situations. We keep the implicitHeight.
1 parent abd3ba1 commit 90d6a7e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/qml/controls/ContinueButton.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Button {
1717
background: Rectangle {
1818
id: bg
1919
implicitHeight: 46
20-
implicitWidth: 300
2120
color: Theme.color.orange
2221
radius: 5
2322

src/qml/controls/OutlineButton.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Button {
1818
background: Rectangle {
1919
id: bg
2020
implicitHeight: 46
21-
implicitWidth: 340
2221
color: Theme.color.background
2322
radius: 5
2423
border {

0 commit comments

Comments
 (0)