| Summary: | window list uses wrong colors | ||
|---|---|---|---|
| Product: | [Unmaintained] kdesktop | Reporter: | Janis Blechert <janis.blechert> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | finex, maksim, mattr |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | the problem are the blue stripes above each 'Desktop #' | ||
|
Description
Janis Blechert
2003-12-29 21:46:45 UTC
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. |