Switched to using AdwButtonContent

This commit is contained in:
2025-09-18 14:46:33 +02:00
parent a2f19dc189
commit 9f67e85088

View File

@@ -17,9 +17,9 @@
<property name="min-sidebar-width">300</property>
<property name="max-sidebar-width">300</property>
<property name="show-sidebar"
bind-source="show_sidebar_button"
bind-property="active"
bind-flags="sync-create|bidirectional"/>
bind-source="show_sidebar_button"
bind-property="active"
bind-flags="sync-create|bidirectional"/>
<property name="sidebar">
<object class="AdwNavigationPage">
<property name="title" translatable="yes" context="label" comments="Noun. Marks a list of password collections.">Stores</property>
@@ -29,11 +29,15 @@
<object class="AdwHeaderBar">
<child type="start">
<object class="GtkButton" id="add_shortcut_button">
<property name="icon-name">list-add-symbolic</property>
<property name="valign">center</property>
<style>
<class name="flat" />
</style>
<child>
<object class="AdwButtonContent">
<property name="icon-name">list-add-symbolic</property>
</object>
</child>
</object>
</child>
</object>
@@ -87,11 +91,15 @@
<property name="description">/home/typo/.password-store</property>
<property name="header-suffix">
<object class="GtkButton">
<property name="icon-name">list-add-symbolic</property>
<property name="valign">center</property>
<style>
<class name="flat" />
</style>
<child>
<object class="AdwButtonContent">
<property name="icon-name">list-add-symbolic</property>
</object>
</child>
</object>
</property>
<child>