Commit 6ea52e58 authored by Don Gagne's avatar Don Gagne

Tweak SetupButton width

This prevents the indicator from overlapping the “Flight Modes” text
parent e779c81c
......@@ -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