aboutsummaryrefslogtreecommitdiff
path: root/ui/src/widgets/turn_order_view.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/widgets/turn_order_view.ui')
-rw-r--r--ui/src/widgets/turn_order_view.ui37
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>