application: Add tooltip to Back buttons
Add missing Back tooltips to back buttons.
This commit is contained in:
parent
73dae4e83b
commit
2051431797
4 changed files with 4 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue