Qt: Move icon after "Alternative Speed Limits" label (#503)
Looks better and matches the Gtk client. Co-authored-by: dubhater <cantabile.desu@gmail.com> Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com>
This commit is contained in:
parent
f804043b85
commit
a7370fe8fb
|
@ -108,13 +108,6 @@
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
<number>2</number>
|
<number>2</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="altSpeedLimitsSectionIconLabel">
|
|
||||||
<property name="pixmap">
|
|
||||||
<pixmap resource="application.qrc">:/icons/alt-limit-off.png</pixmap>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="altSpeedLimitsSectionLabel">
|
<widget class="QLabel" name="altSpeedLimitsSectionLabel">
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
|
@ -125,6 +118,13 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="altSpeedLimitsSectionIconLabel">
|
||||||
|
<property name="pixmap">
|
||||||
|
<pixmap resource="application.qrc">:/icons/alt-limit-off.png</pixmap>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in New Issue