Skip to content

Commit

Permalink
Move bookmarks to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Mar 2, 2022
1 parent 96e43ee commit bcbf03f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
</style>
</object>
</child>
<child type="start">
<object class="GtkMenuButton">
<property name="icon-name">user-bookmarks-symbolic</property>
<property name="menu_model">menu_bookmarks</property>
<style>
<class name="flat" />
</style>
</object>
</child>
<child type="title">
<object class="GtkBox">
<property name="spacing">6</property>
Expand Down Expand Up @@ -166,6 +157,15 @@
>Toggle dark mode</property>
</object>
</child>
<child type="end">
<object class="GtkMenuButton">
<property name="icon-name">user-bookmarks-symbolic</property>
<property name="menu_model">menu_bookmarks</property>
<style>
<class name="flat" />
</style>
</object>
</child>
</object>
</child>
<child>
Expand Down

0 comments on commit bcbf03f

Please sign in to comment.