GNOME Bugzilla – Bug 673956
context pane won't resize properly
Last modified: 2012-07-24 22:59:46 UTC
Created attachment 211885 [details] screen shot showing the problem with the context pane resizing The context pane can only resize down to the width of the longest song name in the "top songs by artist" section. In other words the song names in the list won't be truncated. I've mostly found this to be a problem with classical pieces as they tend to have longer names. Further, if the artist name is longer than the song names in the list, then the artist name becomes the limiting factor.
Created attachment 212084 [details] [review] ContextView patch This patch should fix the problem, it worked for me. I just added a fixed text-wrap width (the same fixed size used in the view) to the song titles column. Hope it helps.
Thanks for the patch, but when I tested it, it made the row spacing in the list uneven. Instead, I added scrolling to the list view in commit b5c2330.