summaryrefslogtreecommitdiff
path: root/gui/ui
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-07-01 13:22:02 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-07-01 13:22:02 +0200
commitc0d844276eb2f2022c19ab3d0bce52fecdb75486 (patch)
tree1be07023ac3111c88b31c3eac58126617cd1d2c1 /gui/ui
parent0fbf87e7777bb37ab4e3624a4ed8e35d14ba9840 (diff)
downloadturns-c0d844276eb2f2022c19ab3d0bce52fecdb75486.tar.xz
turns-c0d844276eb2f2022c19ab3d0bce52fecdb75486.zip
gui: use stack names
Diffstat (limited to 'gui/ui')
-rw-r--r--gui/ui/tracker.ui24
-rw-r--r--gui/ui/turns.cmb4
2 files changed, 17 insertions, 11 deletions
diff --git a/gui/ui/tracker.ui b/gui/ui/tracker.ui
index 84a764d..0187ca5 100644
--- a/gui/ui/tracker.ui
+++ b/gui/ui/tracker.ui
@@ -13,19 +13,25 @@
<property name="child">
<object class="GtkStack" id="stack">
<child>
- <object class="AdwStatusPage" id="empty">
+ <object class="GtkStackPage">
<property name="child">
- <object class="GtkButton">
- <property name="action-name">win.add_participant</property>
- <property name="halign">center</property>
- <property name="label" translatable="yes">Add participant</property>
- <style>
- <class name="pill"/>
- <class name="suggested-action"/>
- </style>
+ <object class="AdwStatusPage">
+ <property name="child">
+ <object class="GtkButton">
+ <property name="action-name">win.add_participant</property>
+ <property name="halign">center</property>
+ <property name="label" translatable="yes">Add participant</property>
+ <style>
+ <class name="pill"/>
+ <class name="suggested-action"/>
+ </style>
+ </object>
+ </property>
+ <property name="icon-name">contact-new-symbolic</property>
</object>
</property>
<property name="icon-name">contact-new-symbolic</property>
+ <property name="name">empty</property>
</object>
</child>
</object>
diff --git a/gui/ui/turns.cmb b/gui/ui/turns.cmb
index 5c94a9b..5373ee0 100644
--- a/gui/ui/turns.cmb
+++ b/gui/ui/turns.cmb
@@ -2,8 +2,8 @@
<!DOCTYPE cambalache-project SYSTEM "cambalache-project.dtd">
<!-- Created with Cambalache 0.96.1 -->
<cambalache-project version="0.96.0" target_tk="gtk-4.0">
- <ui template-class="gtkmm__CustomObject_Tracker" filename="tracker.ui" sha256="810d3f91a263b75e145f6c292d544d0f055b6b404ab046b77053617bac5fbe25"/>
- <ui template-class="gtkmm__CustomObject_ParticipantEditor" filename="participant_editor.ui" sha256="dfd252ee0f508c9b8aecd85e37dca151ee149d7cdb7c346e9ec68185b59edde8"/>
+ <ui template-class="gtkmm__CustomObject_Tracker" filename="tracker.ui" sha256="17ce0addf3f83db7ddb3f63dcd9a496f8f4135b04cf7ff21cf71b778b7b655f5"/>
+ <ui template-class="gtkmm__CustomObject_ParticipantEditor" filename="participant_editor.ui" sha256="85418d5d8c8f6d8acd773b42c10bcee9183095dbb85c516c56ea8ae588f3afe0"/>
<ui template-class="gtkmm__CustomObject_ParticipantRow" filename="participant_row.ui" sha256="ab4db80068f811a2b77608fca128ba72c3e753ff33748822afd7a0f74c955dcd"/>
<ui template-class="gtkmm__CustomObject_TurnOrderView" filename="turn_order_view.ui" sha256="1a71db6bcf70d48123f1bd876b344f64f3e3d0c7f9fe12c6daefb326763cbef7"/>
<ui template-class="gtkmm__CustomObject_Preferences" filename="preferences.ui" sha256="3c47beaa2297fa45f8c29ac7aa410227b7f9d43971d6b6c31fa4278f2bb43f6a"/>