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:
parent
c925446723
commit
ee5a26593e
@ -22,6 +22,7 @@
|
|||||||
<object class="GtkHeaderBar">
|
<object class="GtkHeaderBar">
|
||||||
<child type="end">
|
<child type="end">
|
||||||
<object class="GtkMenuButton" id="menuButton">
|
<object class="GtkMenuButton" id="menuButton">
|
||||||
|
<property name="tooltip-text" translatable="yes">Main Menu</property>
|
||||||
<property name="receives-default">True</property>
|
<property name="receives-default">True</property>
|
||||||
<property name="menu-model">primary-menu</property>
|
<property name="menu-model">primary-menu</property>
|
||||||
<property name="icon-name">open-menu-symbolic</property>
|
<property name="icon-name">open-menu-symbolic</property>
|
||||||
@ -30,6 +31,7 @@
|
|||||||
</child>
|
</child>
|
||||||
<child type="start">
|
<child type="start">
|
||||||
<object class="GtkToggleButton" id="searchButton">
|
<object class="GtkToggleButton" id="searchButton">
|
||||||
|
<property name="tooltip-text" translatable="yes">Search</property>
|
||||||
<property name="receives-default">True</property>
|
<property name="receives-default">True</property>
|
||||||
<property name="icon-name">edit-find-symbolic</property>
|
<property name="icon-name">edit-find-symbolic</property>
|
||||||
<child>
|
<child>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user