SidebarRow: Add Unmount tooltip to eject_button

It was reported that the lack of a tooltip made its purpose unclear.
This can be solved by just copying PlacesViewRow’s eject_button tooltip.

https://bugzilla.gnome.org/show_bug.cgi?id=766909
This commit is contained in:
Daniel Boles
2017-08-19 17:18:35 +01:00
parent b9b4684740
commit 0969419610

View File

@ -46,6 +46,7 @@
<property name="valign">center</property>
<property name="margin-start">4px</property>
<property name="no-show-all">1</property>
<property name="tooltip-text" translatable="yes">Unmount</property>
<child>
<object class="GtkImage">
<property name="visible">1</property>