After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 673956 - context pane won't resize properly
context pane won't resize properly
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
2.95
Other Linux
: Normal minor
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-11 23:46 UTC by Chris Burgess
Modified: 2012-07-24 22:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screen shot showing the problem with the context pane resizing (360.26 KB, image/png)
2012-04-11 23:46 UTC, Chris Burgess
  Details
ContextView patch (509 bytes, patch)
2012-04-15 14:54 UTC, Agustin Carrasco
none Details | Review

Description Chris Burgess 2012-04-11 23:46:19 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.
Comment 1 Agustin Carrasco 2012-04-15 14:54:09 UTC
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.
Comment 2 Jonathan Matthew 2012-07-24 22:59:32 UTC
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.