Skip to content

Commit

Permalink
Improve primary menu
Browse files Browse the repository at this point in the history
- Set main menu as primary menu
- Add tooltip text
  • Loading branch information
TheEvilSkeleton committed Oct 30, 2023
1 parent 51dbc85 commit ac4b43e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<property name="css-classes">flat</property>
<child type="end">
<object class="GtkMenuButton">
<property name="tooltip-text" translatable="yes">Main Menu</property>
<property name="icon-name">open-menu-symbolic</property>
<property name="menu-model">primary_menu</property>
<property name="primary">True</property>
</object>
</child>
</object>
Expand Down

0 comments on commit ac4b43e

Please sign in to comment.