Skip to content

Commit

Permalink
MetadataSidebar: Add a tooltip to the folder button
Browse files Browse the repository at this point in the history
  • Loading branch information
fxri authored and raveit65 committed Jul 8, 2018
1 parent de32a70 commit d7910a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eom-metadata-sidebar.c
Expand Up @@ -514,6 +514,8 @@ eom_metadata_sidebar_init (EomMetadataSidebar *sidebar)
gtk_widget_set_margin_left (priv->folder_button, 12);
gtk_widget_set_margin_right (priv->folder_button, 12);
gtk_widget_set_margin_top (priv->folder_button, 3);
gtk_widget_set_tooltip_text (priv->folder_button, _("Show the folder "
"which contains this file in the file manager"));
gtk_box_pack_end (GTK_BOX (label), priv->folder_button, FALSE, FALSE, 0);
}

Expand Down

0 comments on commit d7910a6

Please sign in to comment.