No warning.
svn path=/trunk/KDE/kdebase/kwin/; revision=409959
This commit is contained in:
parent
68cde4a2ef
commit
8bc13480e3
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ WebClient::reset( unsigned long changed )
|
|||
} else if (changed & SettingFont) {
|
||||
// font has changed -- update title height
|
||||
// title height
|
||||
const uint textVMargin = 2;
|
||||
const int textVMargin = 2;
|
||||
QFontMetrics fm(options()->font(isActive(), isToolWindow()));
|
||||
titleHeight_ = QMAX(QMAX(14, fm.height() + textVMargin * 2), borderSize_);
|
||||
if (0 != titleHeight_ % 2)
|
||||
|
|
Loading…
Reference in a new issue