treewide: Use AdwToolbarView for all windows with header bars

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2024-01-11 21:48:38 -08:00
parent 76697050e8
commit b83339980b
3 changed files with 13 additions and 16 deletions

View File

@@ -7,9 +7,8 @@
<property name="show_menubar">False</property>
<property name="hide-on-close">True</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar">
<property name="visible">True</property>
<property name="centering_policy">strict</property>
@@ -32,7 +31,7 @@
</child>
</object>
</child>
<child>
<property name="content">
<object class="AdwToastOverlay" id="toast_overlay">
<property name="child">
<object class="GtkBox">
@@ -69,7 +68,7 @@
</object>
</property>
</object>
</child>
</property>
</object>
</child>
</template>