GNOME Bugzilla – Bug 699615
Album view layout
Last modified: 2013-05-06 16:52:41 UTC
Created attachment 243238 [details] album view layout guidance Right now there are quite a few issues with the album view layout: * The track list gets too wide, and the track duration gets too close to the edge of the window * The content of the view isn't properly horizontally centered * The album art and album name get too close to the edge of the window The attachment outlines the various regions of the view: A - a variable distance with a minimum value of about 100px. B - a fixed width box which has the same width as the album art. The album name should wrap inside the box, rather than overlapping the edges of the album art. C - a fixed width of about 60px. D - a variable width box with a minimum width of 300px and a maximum width of 430px. D should expand to fill as much space as available to it. E - a variable width box which is no bigger than its content. E is horizontally centered within the window.
Created attachment 243291 [details] [review] patch After quite a bit of playing around with Glade, this is the best I could get it.
Created attachment 243292 [details] [review] patch I tweaked the last patch very slightly.
Works like charm Thanks Allan