Skip to content

Commit

Permalink
Remove empty direction checkbox tooltips
Browse files Browse the repository at this point in the history
The individual Direction checkboxes had empty tooltips. Removing them
means that the main section tooltip appears when you hover a mouse over
either of the individual checkboxes, but this seems like it could actually be
useful.
  • Loading branch information
rbauststfc committed Sep 27, 2024
1 parent b9d7a0f commit 52609d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Interface/ui/sans_isis/beam_centre.ui
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<item>
<widget class="QCheckBox" name="left_right_check_box">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string/>
</property>
<property name="text">
<string>Left/Right</string>
Expand All @@ -230,7 +230,7 @@
<item>
<widget class="QCheckBox" name="up_down_check_box">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string/>
</property>
<property name="text">
<string>Up/Down</string>
Expand Down

0 comments on commit 52609d0

Please sign in to comment.