don't use italic for inactive titlebar fonts - whooops !
svn path=/trunk/kdebase/kwin/; revision=65565
This commit is contained in:
parent
22a5becbc5
commit
6883970d11
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue