Skip to content

Commit

Permalink
Add tooltip
Browse files Browse the repository at this point in the history
- Because OCD
  • Loading branch information
Phillipus committed Nov 3, 2024
1 parent 027e912 commit a273eed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions com.archimatetool.zest/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
icon="img/icon.png"
id="com.archimatetool.zest.menuitem.showZestView"
label="%command.label"
style="push">
style="push"
tooltip="%command.name">
</command>
</menuContribution>
<menuContribution
Expand All @@ -22,7 +23,8 @@
icon="img/icon.png"
id="com.archimatetool.zest.menuitem.showZestView"
label="%command.label.0"
style="push">
style="push"
tooltip="%command.name">
</command>
</menuContribution>
</extension>
Expand Down

0 comments on commit a273eed

Please sign in to comment.