Version: unknown (using KDE 3.1.94 (CVS >= 20031206), compiled sources) Compiler: gcc version 3.2.3 OS: Linux (i686) release 2.6.0 the window list (middle click on desktop) uses wrong colors in the 'Desktop X' rows, the dark shadow is either 'Selected Background' or one of the Active Title Bar-Colors, should be dark grey to match the light shadow and main color
Created attachment 5941 [details] the problem are the blue stripes above each 'Desktop #'
I think the extra line got removed a bit back, will check
SVN commit 566543 by kling: Don't draw a highlighting line above KPopupMenu title sections. It looks very out-of-place, especially when using styles with rounded PE_HeaderSections. BUG: 71452 M +0 -3 kpopupmenu.cpp --- branches/KDE/3.5/kdelibs/kdeui/kpopupmenu.cpp #566542:566543 @@ -108,9 +108,6 @@ AlignCenter | SingleLine, titleStr); } } - - p.setPen(palette().active().highlight()); - p.drawLine(0, 0, r.right(), 0); } QSize KPopupTitle::sizeHint() const
Bug closed. Kdesktop is no more mantained.