media: add tooltip to fullscreen button

Fixes #272
This commit is contained in:
Alexandre Franke 2020-07-28 20:17:12 +02:00
parent ab56037822
commit 5921e2b1ee

View file

@ -261,6 +261,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Toggle fullscreen</property>
<child>
<object class="GtkImage" id="full_screen_button_icon">
<property name="visible">True</property>