summaryrefslogtreecommitdiff
path: root/res/windows/main_window.ui
diff options
context:
space:
mode:
Diffstat (limited to 'res/windows/main_window.ui')
-rw-r--r--res/windows/main_window.ui68
1 files changed, 0 insertions, 68 deletions
diff --git a/res/windows/main_window.ui b/res/windows/main_window.ui
deleted file mode 100644
index df3952e..0000000
--- a/res/windows/main_window.ui
+++ /dev/null
@@ -1,68 +0,0 @@
-<?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"/>
- <object class="AdwApplicationWindow" id="main_window">
- <property name="content">
- <object class="AdwToolbarView">
- <property name="content">
- <object class="GtkScrolledWindow">
- <property name="vexpand">True</property>
- <child>
- <object class="AdwClamp">
- <property name="child">
- <object class="GtkListBox" id="participant_list">
- <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="selection-mode">none</property>
- <property name="valign">start</property>
- <style>
- <class name="boxed-list"/>
- </style>
- </object>
- </property>
- </object>
- </child>
- </object>
- </property>
- <child type="top">
- <object class="AdwHeaderBar" id="header">
- <property name="title-widget">
- <object class="AdwWindowTitle" id="title">
- <property name="title" translatable="yes">Turns</property>
- </object>
- </property>
- <child type="end">
- <object class="GtkMenuButton" id="open_main_menu">
- <property name="icon-name">open-menu</property>
- <property name="menu-model">main_menu</property>
- </object>
- </child>
- <child type="start">
- <object class="GtkButton" id="add_participant">
- <property name="icon-name">contact-new</property>
- </object>
- </child>
- <style/>
- </object>
- </child>
- <style/>
- </object>
- </property>
- <property name="default-height">720</property>
- <property name="default-width">360</property>
- <property name="height-request">480</property>
- <property name="width-request">360</property>
- </object>
- <menu id="main_menu">
- <item>
- <attribute name="action">app.quit</attribute>
- <attribute name="label" translatable="yes">_Quit</attribute>
- </item>
- </menu>
-</interface>