Skip to content

Commit

Permalink
LevelCelView: Align tooltips for Frame/Tile/Megatile buttons/line edits
Browse files Browse the repository at this point in the history
This patch aligns tooltips for frame/tile/megatile in LevelCelView ui,
so it doesn't display "Next Group"/"Last Group" when hoovered over.
  • Loading branch information
tetektoza authored and AJenbo committed Oct 29, 2023
1 parent 49cfe20 commit 4de2c92
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions source/levelcelview.ui
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</size>
</property>
<property name="toolTip">
<string>Next group</string>
<string>Next MegaTile</string>
</property>
<property name="text">
<string>&gt;</string>
Expand All @@ -196,7 +196,7 @@
</size>
</property>
<property name="toolTip">
<string>Last group</string>
<string>Last tile</string>
</property>
<property name="text">
<string>&gt;|</string>
Expand Down Expand Up @@ -412,7 +412,7 @@
</size>
</property>
<property name="toolTip">
<string>Previous group</string>
<string>Previous tile</string>
</property>
<property name="text">
<string>&lt;</string>
Expand Down Expand Up @@ -513,7 +513,7 @@
</size>
</property>
<property name="toolTip">
<string>Last group</string>
<string>Last MegaTile</string>
</property>
<property name="text">
<string>&gt;|</string>
Expand Down Expand Up @@ -592,7 +592,7 @@
</size>
</property>
<property name="toolTip">
<string>Number of groups</string>
<string>Number of MegaTiles</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
Expand Down Expand Up @@ -623,7 +623,7 @@
</size>
</property>
<property name="toolTip">
<string>Current group</string>
<string>Current MegaTile</string>
</property>
<property name="text">
<string>0</string>
Expand Down Expand Up @@ -742,7 +742,7 @@
</size>
</property>
<property name="toolTip">
<string>Previous group</string>
<string>Previous MegaTile</string>
</property>
<property name="text">
<string>&lt;</string>
Expand Down Expand Up @@ -786,7 +786,7 @@
</size>
</property>
<property name="toolTip">
<string>Number of groups</string>
<string>Number of tiles</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
Expand Down Expand Up @@ -910,7 +910,7 @@
</size>
</property>
<property name="toolTip">
<string>Next group</string>
<string>Next tile</string>
</property>
<property name="text">
<string>&gt;</string>
Expand All @@ -932,7 +932,7 @@
</size>
</property>
<property name="toolTip">
<string>Current group</string>
<string>Current tile</string>
</property>
<property name="text">
<string>0</string>
Expand Down Expand Up @@ -998,7 +998,7 @@
</size>
</property>
<property name="toolTip">
<string>First group</string>
<string>First tile</string>
</property>
<property name="text">
<string>|&lt;</string>
Expand Down Expand Up @@ -1067,7 +1067,7 @@
</size>
</property>
<property name="toolTip">
<string>First group</string>
<string>First MegaTile</string>
</property>
<property name="text">
<string>|&lt;</string>
Expand Down

0 comments on commit 4de2c92

Please sign in to comment.