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:
dubhater 2021-08-07 17:57:59 +03:00 committed by GitHub
parent f804043b85
commit a7370fe8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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>