diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 16:33:32 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 16:33:32 +0200 |
| commit | 3ff5bd46952144926d9bd9beedf50023a51913ee (patch) | |
| tree | 2c579fe13bbb5cc90f8f50e7af35218c98e123d5 /ui/src/widgets/turn_order_view.ui | |
| parent | 873bf396b904ce477a238f22d1891e1b03f24eff (diff) | |
| download | turns-3ff5bd46952144926d9bd9beedf50023a51913ee.tar.xz turns-3ff5bd46952144926d9bd9beedf50023a51913ee.zip | |
ui: flatten namespace hierarchy
Diffstat (limited to 'ui/src/widgets/turn_order_view.ui')
| -rw-r--r-- | ui/src/widgets/turn_order_view.ui | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/ui/src/widgets/turn_order_view.ui b/ui/src/widgets/turn_order_view.ui deleted file mode 100644 index d5a1006..0000000 --- a/ui/src/widgets/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_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> |
