GNOME Bugzilla – Bug 709619
ListView header decoration do not match regular TreeView
Last modified: 2014-06-12 15:39:56 UTC
Created attachment 256700 [details] ListView showing incorrect header style The visual style of the ListView headers does not match the one of the regular TreeView: - The bottom line should be gray instead of black - The border line between each header column is missing See the attached screenshots.
Created attachment 256702 [details] Regular TreeView with Adwaita theme This is what the ListView header should ideally look like.
I'm making some progress on this...
Progress ! U
Created attachment 278354 [details] ListView widget after various improvements I've now committed changes to use the StyleContext API to draw the column headers, so the appearance follow the GTK theme, including when window is not focused.
With the changes mentioned above, I'm marking this as fixed. Bug #731463 on the Adwaita theme still needs to be fixed, but I'm fairly convinced the ListView widget now does the right thing for the column headers.