Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Change headerbar dropdown menus #97

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/resources/ui/header_bar.ui
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<child type="end">
<object class="GtkMenuButton">
<property name="menu-model">menubar</property>
<property name="icon-name">open-menu-symbolic</property>
</object>
</child>
</object>
Expand All @@ -41,7 +42,7 @@
<menu id="menubar">
<section>
<item>
<attribute name="label" translatable="yes">Settings</attribute>
<attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="action">win.settings</attribute>
</item>
<item>
Expand Down