Skip to content

Commit

Permalink
Removed unneeded tooltips (fix #3797)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w authored Jul 4, 2024
1 parent 48299e6 commit 0bad968
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/gui/obsListDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,13 @@
<layout class="QHBoxLayout" name="horizontalLayout_editButtons">
<item>
<widget class="QPushButton" name="addObjectButton">
<property name="toolTip">
<string>Highlight all the objects of the selected list</string>
</property>
<property name="toolTipDuration">
<number>3</number>
</property>
<property name="text">
<string>Add object</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="removeObjectButton">
<property name="toolTip">
<string>Clear all the highlight objects</string>
</property>
<property name="toolTipDuration">
<number>3</number>
</property>
<property name="text">
<string>Remove object</string>
</property>
Expand Down

0 comments on commit 0bad968

Please sign in to comment.