GNOME Bugzilla – Bug 734864
Episode numbers which are longer than one digit get elipsized
Last modified: 2018-05-24 10:57:40 UTC
Episode numbers which are longer than one digit get elipsized, so instead of showing Season 1 Episode 10 it shows Season 1 Episode … The solution for this is simple *in theory*: the property wrap-width on the GdTwoLinesRenderer should be increased slightly. I say "in theory" because it was easy to find it on runtime with the gtk inspector, but I can't figure out how to do it in code... the width is defined in libgd gd-main-icon-view.c and is set in line 146 there, but the cell is defined as "private" so I don't know how / if I can access to it within the totem code, and changing the libgd code is probably out of the question because afaik other apps use it too. If you could give me a pointer on how to fix it I'll be happy to submit a patch.
GtkIconView sucks...
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/totem/issues/117.