downgrade libadwaita

AdwToolbarView is available starting with libadwaita 1.4,
which is very bleeding-edge
This commit is contained in:
Ferdinand Schober
2023-12-19 22:07:59 +01:00
parent 3ac738fb52
commit 256d2107bd

View File

@@ -14,7 +14,8 @@
<property name="title" translatable="yes">Lan Mouse</property> <property name="title" translatable="yes">Lan Mouse</property>
<property name="show-menubar">True</property> <property name="show-menubar">True</property>
<property name="content"> <property name="content">
<object class="AdwToolbarView"> <object class="GtkBox">
<property name="orientation">vertical</property>
<child type="top"> <child type="top">
<object class="AdwHeaderBar"> <object class="AdwHeaderBar">
<child type ="end"> <child type ="end">
@@ -28,7 +29,7 @@
</style> </style>
</object> </object>
</child> </child>
<property name="content"> <child>
<object class="AdwToastOverlay" id="toast_overlay"> <object class="AdwToastOverlay" id="toast_overlay">
<child> <child>
<object class="AdwStatusPage"> <object class="AdwStatusPage">
@@ -138,7 +139,7 @@
</object> </object>
</child> </child>
</object> </object>
</property> </child>
</object> </object>
</property> </property>
</template> </template>