diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 13:02:46 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 13:02:46 +0200 |
| commit | 44d2614a260d2b029a79c59ee7fdd45e1958feb8 (patch) | |
| tree | a39e043acf3b9f86f570b2b376d61dd3b5d68124 /res/widgets/turn_order_view.ui | |
| parent | 5bb826fa63b2b2d6f7b8bca354fa4a1606781dc3 (diff) | |
| download | turns-44d2614a260d2b029a79c59ee7fdd45e1958feb8.tar.xz turns-44d2614a260d2b029a79c59ee7fdd45e1958feb8.zip | |
app: extract turn order view
Diffstat (limited to 'res/widgets/turn_order_view.ui')
| -rw-r--r-- | res/widgets/turn_order_view.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/widgets/turn_order_view.ui b/res/widgets/turn_order_view.ui new file mode 100644 index 0000000..d00c3c8 --- /dev/null +++ b/res/widgets/turn_order_view.ui @@ -0,0 +1,24 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- Created with Cambalache 0.90.4 --> +<interface> + <requires lib="gtk" version="4.0"/> + <requires lib="libadwaita" version="1.4"/> + <template class="gtkmm__CustomObject_turn_order_view" parent="GtkScrolledWindow"> + <property name="child"> + <object class="AdwClamp"> + <property name="child"> + <object class="GtkListBox" id="view"> + <property name="valign">start</property> + <style> + <class name="boxed-list"/> + </style> + </object> + </property> + <property name="margin-bottom">18</property> + <property name="margin-end">12</property> + <property name="margin-start">12</property> + <property name="margin-top">12</property> + </object> + </property> + </template> +</interface> |
