window: Add missing type="top"
Without it the headerbar won't show up
This commit is contained in:
parent
a2f2fb6b43
commit
3614fffd2d
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue