GNOME Bugzilla – Bug 771467
batch rename: show file name tooltip when hovering over items
Last modified: 2016-09-29 07:37:30 UTC
The filename can be long, and may be ellipsized hiding the file name partially. So it shall be nice to show tooltips with filename as text, when hovering over the items.
Created attachment 336476 [details] [review] batch rename: show name when hovering over files When we rename a group of files, we can see the names of the files inside a window with a certain dimension, so we see the part of the name that fits the window. The problem is that we cannot see the entire name of a file if the name is too long. Add a tooltip text on the label containing the name of a file.
Review of attachment 336476 [details] [review]: Excellent, looks good to me, thanks!
Congrats on your second contribution! (I will stop counting and saying congrats after the third one :D) Attachment 336476 [details] pushed as f2e10b9 - batch rename: show name when hovering over files