diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 14:33:42 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 14:33:42 +0200 |
| commit | 16c2572e7e75f27a7eab90d2c7a71fd486133eca (patch) | |
| tree | 9f3a01cda30444fb20275be65b338f221f611cf8 /res/windows | |
| parent | 88d45641e8c06936635034cd83c8c7df1bd59439 (diff) | |
| download | turns-16c2572e7e75f27a7eab90d2c7a71fd486133eca.tar.xz turns-16c2572e7e75f27a7eab90d2c7a71fd486133eca.zip | |
app: add tooltip for add_participant button
Diffstat (limited to 'res/windows')
| -rw-r--r-- | res/windows/main_window.ui | 1 | ||||
| -rw-r--r-- | res/windows/windows.cmb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/res/windows/main_window.ui b/res/windows/main_window.ui index b506e5a..41e2f1b 100644 --- a/res/windows/main_window.ui +++ b/res/windows/main_window.ui @@ -31,6 +31,7 @@ <child type="start"> <object class="GtkButton" id="add_participant"> <property name="icon-name">contact-new</property> + <property name="tooltip-text" translatable="yes">Add a participant</property> </object> </child> </object> diff --git a/res/windows/windows.cmb b/res/windows/windows.cmb index 73ecbae..a48c58f 100644 --- a/res/windows/windows.cmb +++ b/res/windows/windows.cmb @@ -30,6 +30,7 @@ (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), (1,8,"GtkButton","icon-name","contact-new",None,None,None,None,None,None,None,None,None), + (1,8,"GtkWidget","tooltip-text","Add a participant",1,None,None,None,None,None,None,None,None), (1,10,"(item)","action","app.quit",None,None,None,None,None,None,None,None,None), (1,10,"(item)","label","Quit",None,None,None,None,None,None,None,None,None) </object_property> |
