aboutsummaryrefslogtreecommitdiff
path: root/ui/src/turn_order_view.ui
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-23 14:04:27 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-23 14:04:27 +0200
commit5d8f799a1171f92054d4b45ba130cd7fdad0bd01 (patch)
tree0f51290b3a60d71d25d7a49b66d5bd54dd7a4156 /ui/src/turn_order_view.ui
parentc45004b73bb045328a724d1d860df6d1515af6d4 (diff)
downloadturns-5d8f799a1171f92054d4b45ba130cd7fdad0bd01.tar.xz
turns-5d8f799a1171f92054d4b45ba130cd7fdad0bd01.zip
app: prepare restructuring
Diffstat (limited to 'ui/src/turn_order_view.ui')
-rw-r--r--ui/src/turn_order_view.ui38
1 files changed, 0 insertions, 38 deletions
diff --git a/ui/src/turn_order_view.ui b/ui/src/turn_order_view.ui
deleted file mode 100644
index 28a4bd0..0000000
--- a/ui/src/turn_order_view.ui
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Created with Cambalache 0.96.0 -->
-<interface>
- <!-- interface-name turn_order_view.ui -->
- <requires lib="gtk" version="4.18"/>
- <requires lib="libadwaita" version="1.7"/>
- <template class="gtkmm__CustomObject_TurnOrderView" 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>