diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-24 11:58:39 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-24 11:58:39 +0200 |
| commit | 72ab1fb4c1bf363f46470816d8b914a78ac493c4 (patch) | |
| tree | 27349a1bacbab4ea698be35d2d3d9b5184b15ca1 /gui/ui/src/turn_order_view.ui | |
| parent | b7f2ff4d991ae068f7834bf8e565f6261bf7fff1 (diff) | |
| download | turns-72ab1fb4c1bf363f46470816d8b914a78ac493c4.tar.xz turns-72ab1fb4c1bf363f46470816d8b914a78ac493c4.zip | |
gui: restructure file layout and apply licenses
Diffstat (limited to 'gui/ui/src/turn_order_view.ui')
| -rw-r--r-- | gui/ui/src/turn_order_view.ui | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/gui/ui/src/turn_order_view.ui b/gui/ui/src/turn_order_view.ui deleted file mode 100644 index 28a4bd0..0000000 --- a/gui/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> |
