mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-05 20:21:29 +03:00
downgrade libadwaita
AdwToolbarView is available starting with libadwaita 1.4, which is very bleeding-edge
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user