summaryrefslogtreecommitdiff
path: root/res/windows
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-12 12:37:10 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-12 12:37:10 +0200
commit87d659ca1a14fe8cf4871b8db0f42d005964f565 (patch)
tree704e94d644d2f27d474fdc211894cf0ab88614e4 /res/windows
parent61ba5c151040533f23642c07fc2230a5718396ee (diff)
downloadturns-87d659ca1a14fe8cf4871b8db0f42d005964f565.tar.xz
turns-87d659ca1a14fe8cf4871b8db0f42d005964f565.zip
app/windows: add basic main window
Diffstat (limited to 'res/windows')
-rw-r--r--res/windows/main_window.ui2
-rw-r--r--res/windows/windows.cmb2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/windows/main_window.ui b/res/windows/main_window.ui
index 5489996..c9dbf26 100644
--- a/res/windows/main_window.ui
+++ b/res/windows/main_window.ui
@@ -18,7 +18,7 @@
<child type="top">
<object class="AdwHeaderBar" id="header">
<property name="title-widget">
- <object class="AdwWindowTitle">
+ <object class="AdwWindowTitle" id="title">
<property name="title">Turns</property>
</object>
</property>
diff --git a/res/windows/windows.cmb b/res/windows/windows.cmb
index e911ec0..8236b71 100644
--- a/res/windows/windows.cmb
+++ b/res/windows/windows.cmb
@@ -14,7 +14,7 @@
(1,3,"AdwHeaderBar","header",2,None,"top",None,-1,None,None),
(1,4,"GtkScrolledWindow",None,2,None,None,None,-1,None,None),
(1,5,"GtkListBox","entry_list",4,None,None,None,-1,None,None),
- (1,6,"AdwWindowTitle",None,3,None,None,None,-1,None,None),
+ (1,6,"AdwWindowTitle","title",3,None,None,None,-1,None,None),
(1,7,"GtkMenuButton","open_menu",3,None,"start",None,None,None,None),
(1,8,"GtkButton","add_participant",3,None,"start",None,None,None,None),
(1,9,"(menu)","main_menu",None,None,None,None,-1,None,None),