Skip to content

Commit

Permalink
Use new appbar typing
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 27, 2024
1 parent 0ca4bcc commit 50396a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/ui/contentview.ui
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<property name="icon">document-save-as-symbolic</property>
</object>
</child>
<child type="titlebar-button">
<child type="titlebar-toggle">
<object class="GtkToggleButton" id="search_button">
<property name="icon-name">system-search-symbolic</property>
</object>
Expand Down
2 changes: 1 addition & 1 deletion data/ui/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<property name="show-back">0</property>
<property name="show-right-title-buttons">0</property>
<property name="width-request">230</property>
<child type="titlebar-button">
<child type="titlebar-menu">
<object class="GtkMenuButton" id="menu_button">
<property name="icon-name">open-menu-symbolic</property>
<property name="menu-model">menu</property>
Expand Down

0 comments on commit 50396a4

Please sign in to comment.