Skip to content

Commit

Permalink
changed speed symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
markusk committed Nov 14, 2023
1 parent d570201 commit 7a1ef62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<item row="2" column="0">
<widget class="QLabel" name="labelSlow">
<property name="text">
<string>🏎️</string>
<string>&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand All @@ -252,7 +252,7 @@
<item row="0" column="0">
<widget class="QLabel" name="labelFast">
<property name="text">
<string>🐌</string>
<string>&lt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down Expand Up @@ -310,7 +310,7 @@
<x>0</x>
<y>0</y>
<width>1470</width>
<height>24</height>
<height>36</height>
</rect>
</property>
</widget>
Expand Down

0 comments on commit 7a1ef62

Please sign in to comment.