ui: Add tooltips to search buttons

- Add tooltips to the previous result and next result buttons.
This commit is contained in:
Sabri Ünal 2024-04-25 01:39:20 +03:00 committed by Alberto Fanjul
parent 52caedcbee
commit afa7724628

View file

@ -263,6 +263,7 @@
</child>
<child>
<object class="GtkButton" id="d_search_up_button">
<property name="tooltip-text" translatable="yes">Previous result</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="clicked" handler="search_up_clicked" swapped="no"/>
@ -278,6 +279,7 @@
</child>
<child>
<object class="GtkButton" id="d_search_down_button">
<property name="tooltip-text" translatable="yes">Next result</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="clicked" handler="search_down_clicked" swapped="no"/>