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">
|
||||
<property name="child">
|
||||
<object class="AdwToolbarView">
|
||||
<child>
|
||||
<child type="top">
|
||||
<object class="GtkHeaderBar"/>
|
||||
</child>
|
||||
<property name="content">
|
||||
|
|
Loading…
Reference in a new issue