Files
VoidManifest/data/resources/ui/wishlist.ui

43 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT!
This file was @generated by blueprint-compiler. Instead, edit the
corresponding .blp file and regenerate this file with blueprint-compiler.
-->
<interface>
<requires lib="gtk" version="4.0"/>
<template class="WishlistPage" parent="GtkBox">
<property name="orientation">1</property>
<property name="baseline-position">1</property>
<child>
<object class="AdwClamp">
<child>
<object class="GtkScrolledWindow">
<property name="hexpand">true</property>
<property name="vexpand">true</property>
<child>
<object class="AdwPreferencesGroup" id="wishlist">
<property name="margin-end">20</property>
<property name="header-suffix">
<object class="GtkButton" id="btn_wishlist_add">
<property name="icon-name">plus-circle-outline-symbolic</property>
<style>
<class name="flat"/>
<class name="circular"/>
<class name="suggested-action"/>
</style>
</object>
</property>
<property name="separate-rows">true</property>
<property name="title" translatable="yes">Wishlist</property>
<style>
<class name="list-title"/>
</style>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>