window: Add missing type="top"

Without it the headerbar won't show up
This commit is contained in:
Kévin Commaille 2023-09-21 15:53:47 +02:00
parent a2f2fb6b43
commit 3614fffd2d
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -15,7 +15,7 @@
<object class="GtkWindowHandle" id="loading"> <object class="GtkWindowHandle" id="loading">
<property name="child"> <property name="child">
<object class="AdwToolbarView"> <object class="AdwToolbarView">
<child> <child type="top">
<object class="GtkHeaderBar"/> <object class="GtkHeaderBar"/>
</child> </child>
<property name="content"> <property name="content">