application: Add tooltip to Back buttons

Add missing Back tooltips to back buttons.
This commit is contained in:
Sabri Ünal 2023-02-11 15:39:07 +03:00 committed by Niels De Graef
parent 73dae4e83b
commit 2051431797
4 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,7 @@
<object class="GtkButton" id="back_button">
<property name="visible">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Back</property>
<signal name="clicked" handler="on_back_button_clicked" swapped="no"/>
<child>
<object class="GtkImage">