diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:11:39 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:11:39 +0200 |
| commit | de13c3079992aeb5209c2c0f9d2cfc2042bea9fc (patch) | |
| tree | 05e17e6d52d5a65375ca19b66f2e46788e813e70 /res | |
| parent | 8a96eb94024078438881d06553a352d35d678dc0 (diff) | |
| download | turns-de13c3079992aeb5209c2c0f9d2cfc2042bea9fc.tar.xz turns-de13c3079992aeb5209c2c0f9d2cfc2042bea9fc.zip | |
app/ui: fix window subtitle not updating
Diffstat (limited to 'res')
| -rw-r--r-- | res/windows/main.ui | 1 | ||||
| -rw-r--r-- | res/windows/windows.cmb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/res/windows/main.ui b/res/windows/main.ui index 42160bb..9e8a90d 100644 --- a/res/windows/main.ui +++ b/res/windows/main.ui @@ -54,6 +54,7 @@ <object class="AdwHeaderBar" id="header"> <property name="title-widget"> <object class="AdwWindowTitle" id="title"> + <property name="subtitle" translatable="yes">No active turn order</property> <property name="title" translatable="yes">Turns</property> </object> </property> diff --git a/res/windows/windows.cmb b/res/windows/windows.cmb index 9c253c0..fd68780 100644 --- a/res/windows/windows.cmb +++ b/res/windows/windows.cmb @@ -47,6 +47,7 @@ (1,1,"GtkWindow","default-width","360",None,None,None,None,None,None,None,None,None), (1,2,"AdwToolbarView","content",None,None,None,None,None,11,None,None,None,None), (1,3,"AdwHeaderBar","title-widget",None,None,None,None,None,6,None,None,None,None), + (1,6,"AdwWindowTitle","subtitle","No active turn order",1,None,None,None,None,None,None,None,None), (1,6,"AdwWindowTitle","title","Turns",1,None,None,None,None,None,None,None,None), (1,7,"GtkMenuButton","icon-name","open-menu",None,None,None,None,None,None,None,None,None), (1,7,"GtkMenuButton","menu-model","9",None,None,None,None,None,None,None,None,None), |
