diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 13:02:46 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 13:02:46 +0200 |
| commit | 44d2614a260d2b029a79c59ee7fdd45e1958feb8 (patch) | |
| tree | a39e043acf3b9f86f570b2b376d61dd3b5d68124 /res/windows/main.ui | |
| parent | 5bb826fa63b2b2d6f7b8bca354fa4a1606781dc3 (diff) | |
| download | turns-44d2614a260d2b029a79c59ee7fdd45e1958feb8.tar.xz turns-44d2614a260d2b029a79c59ee7fdd45e1958feb8.zip | |
app: extract turn order view
Diffstat (limited to 'res/windows/main.ui')
| -rw-r--r-- | res/windows/main.ui | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/res/windows/main.ui b/res/windows/main.ui index 4361f5e..e01c8d1 100644 --- a/res/windows/main.ui +++ b/res/windows/main.ui @@ -1,7 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!-- Created with Cambalache 0.90.4 --> <interface> - <!-- interface-name main_window.ui --> <requires lib="gtk" version="4.14"/> <requires lib="libadwaita" version="1.5"/> <requires lib="gio" version="2.0"/> @@ -27,27 +26,6 @@ <property name="icon-name">contact-new-symbolic</property> </object> </child> - <child> - <object class="GtkScrolledWindow" id="turn_order"> - <property name="child"> - <object class="AdwClamp"> - <property name="child"> - <object class="GtkListBox" id="participant_list"> - <property name="selection-mode">none</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">18</property> - <property name="valign">start</property> - </object> - </property> - </object> - </child> </object> </property> <child type="top"> |
