diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 14:00:29 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 14:00:29 +0200 |
| commit | 1d74095f77cc19ba4886d502bbb7a290f9874c9f (patch) | |
| tree | 720d8627c073ab86ed19649c216e988db3a8efd7 /ui/src/widgets/turn_order_view.ui | |
| parent | ef0d0c5bbc4bdbe176a4bc83c352ffa2bd854922 (diff) | |
| download | turns-1d74095f77cc19ba4886d502bbb7a290f9874c9f.tar.xz turns-1d74095f77cc19ba4886d502bbb7a290f9874c9f.zip | |
ui: move UI builder files
Diffstat (limited to 'ui/src/widgets/turn_order_view.ui')
| -rw-r--r-- | ui/src/widgets/turn_order_view.ui | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ui/src/widgets/turn_order_view.ui b/ui/src/widgets/turn_order_view.ui new file mode 100644 index 0000000..50d91c5 --- /dev/null +++ b/ui/src/widgets/turn_order_view.ui @@ -0,0 +1,37 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- Created with Cambalache 0.96.0 --> +<interface> + <requires lib="gtk" version="4.14"/> + <requires lib="libadwaita" version="1.6"/> + <template class="gtkmm__CustomObject_turn_order_view" parent="GtkBox"> + <property name="orientation">vertical</property> + <child> + <object class="GtkProgressBar" id="progress"> + <style> + <class name="osd"/> + </style> + </object> + </child> + <child> + <object class="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> + <property name="vexpand">True</property> + </object> + </child> + </template> +</interface> |
