finished wishlist
This commit is contained in:
36
data/resources/ui/wishlist.ui
Normal file
36
data/resources/ui/wishlist.ui
Normal file
@@ -0,0 +1,36 @@
|
||||
<?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="AdwPreferencesGroup" id="wishlist">
|
||||
<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>
|
||||
</template>
|
||||
</interface>
|
||||
Reference in New Issue
Block a user