Skip to content

Commit

Permalink
fix: add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel committed Oct 15, 2024
1 parent 36541c8 commit 2a9bc8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/gui/treesitterinspector.ui
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
</property>
<item row="0" column="3">
<widget class="QToolButton" name="loadButton">
<property name="toolTip">
<string>Load...</string>
</property>
<property name="text">
<string>Load...</string>
</property>
Expand Down Expand Up @@ -101,6 +104,9 @@
</item>
<item row="0" column="2">
<widget class="QToolButton" name="saveButton">
<property name="toolTip">
<string>Save As...</string>
</property>
<property name="text">
<string>Save As...</string>
</property>
Expand Down

0 comments on commit 2a9bc8a

Please sign in to comment.