Commit cb2810c7 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #1573 from DonLakeFlyer/SetupButtons

Tweak SetupButton width
parents 9c6021f1 6ea52e58
......@@ -49,7 +49,7 @@ Button {
readonly property real indicatorRadius: 4
x: parent.width - (indicatorRadius * 2) - 5
x: parent.width - (indicatorRadius * 2) - 3
y: (parent.height - (indicatorRadius * 2)) / 2
width: indicatorRadius * 2
height: indicatorRadius * 2
......
......@@ -36,13 +36,13 @@
</property>
<property name="minimumSize">
<size>
<width>120</width>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<width>125</width>
<height>16777215</height>
</size>
</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment