extensions-window: Add tooltips to headerbar buttons

"Controls in the header bars of primary windows should all have tooltips".

https://developer.gnome.org/hig/patterns/feedback/tooltips.html

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2653>
This commit is contained in:
Automeris naranja 2023-09-21 16:46:06 -03:00 committed by Florian Müllner
parent c925446723
commit ee5a26593e

View File

@ -22,6 +22,7 @@
<object class="GtkHeaderBar">
<child type="end">
<object class="GtkMenuButton" id="menuButton">
<property name="tooltip-text" translatable="yes">Main Menu</property>
<property name="receives-default">True</property>
<property name="menu-model">primary-menu</property>
<property name="icon-name">open-menu-symbolic</property>
@ -30,6 +31,7 @@
</child>
<child type="start">
<object class="GtkToggleButton" id="searchButton">
<property name="tooltip-text" translatable="yes">Search</property>
<property name="receives-default">True</property>
<property name="icon-name">edit-find-symbolic</property>
<child>