In detail view mode the header does not use the full width of the view, which looks odd. See attached screenshot. The header should at least show an empty area with the same color of the rest of the header. Reproducible: Always
Created attachment 71787 [details] screenshot
This should have been fixed in master - does the issue also occur if you use Oxygen?
Oxygen works Cleanlooks, QtCurve, Plastique dont
Thanks for the update!
Resetting assignee to default as per bug #305719
Just an update: This bug is still present in 4.11 RC1 (4.10.95)
A patch is available at https://git.reviewboard.kde.org/r/111608/. Any testing is appreciated :-)
Git commit 25f208ebe31247f44f87ac83485389eff035ce16 by Frank Reininghaus. Committed on 22/07/2013 at 17:04. Pushed by freininghaus into branch 'KDE/4.11'. Fix "truncated header" in Details View with non-Oxygen styles The code for painting the "empty header" was inconsistent with the headers of the other columns, which is probably the reason why the other styles got confused a) No QStyleOptionHeader is used b) Even if an empty header must be drawn, the last column is drawn with the option QStyleOptionHeader::End. According to Christoph, it still doesn't work with the Skulpture style, but it seems that the patch does at least not make things worse. FIXED-IN: 4.11.0 REVIEW: 111608 M +24 -8 dolphin/src/kitemviews/private/kitemlistheaderwidget.cpp http://commits.kde.org/kde-baseapps/25f208ebe31247f44f87ac83485389eff035ce16