don't use italic for inactive titlebar fonts - whooops !

svn path=/trunk/kdebase/kwin/; revision=65565
This commit is contained in:
Rik Hemsley 2000-09-28 00:36:24 +00:00
parent 22a5becbc5
commit 6883970d11

View file

@ -121,7 +121,7 @@ void Options::reload()
// Keep in sync with kglobalsettings.
QFont activeFontGuess("helvetica", 12, QFont::SansSerif, true);
QFont activeFontGuess("helvetica", 12, QFont::Bold);
activeFontGuess.setPixelSize(12);
activeFont = config->readFontEntry("activeFont", &activeFontGuess);