| Summary: | lower titlebar border missing in KDE 1 Window Decoration | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | sombragris |
| Component: | decorations | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Slackware | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
sombragris
2004-01-27 11:56:30 UTC
Happens with small titlebar font sizes. Same behavior in KDE 3.2.2. I respectfully request a fix. Thanks, Eduardo Sanchez KDE-ES Spanish translation team CVS commit by giessl: Fix titlebar height, sorry for the long delay. CCMAIL: 73592-done@bugs.kde.org M +1 -1 kde1client.cpp 1.36 --- kdeartwork/kwin-styles/kde1/kde1client.cpp #1.35:1.36 @@ -521,5 +521,5 @@ void StdClient::borders( int& left, int& { left = right = bottom = 6; - top = 6 + widget()->fontMetrics().lineSpacing(); + top = 6 + widget()->fontMetrics().lineSpacing()+2; } Sandro, Thank you so much!! I can't even begin to tell you how much I missed that windec. Eduardo |