Match defaults.
BUG: 137889 svn path=/trunk/KDE/kdebase/workspace/; revision=608824
This commit is contained in:
parent
b1ce5309a3
commit
ae1a1b25f7
1 changed files with 1 additions and 3 deletions
|
@ -145,9 +145,7 @@ unsigned long KDecorationOptionsPrivate::updateKWinSettings( KConfig* config )
|
|||
QFont old_activeFontSmall = activeFontSmall;
|
||||
QFont old_inactiveFontSmall = inactiveFontSmall;
|
||||
|
||||
QFont activeFontGuess = KGlobalSettings::generalFont();
|
||||
activeFontGuess.setBold(true);
|
||||
activeFontGuess.setPixelSize(12);
|
||||
QFont activeFontGuess = KGlobalSettings::windowTitleFont();
|
||||
|
||||
activeFont = config->readEntry("activeFont", activeFontGuess);
|
||||
inactiveFont = config->readEntry("inactiveFont", activeFont);
|
||||
|
|
Loading…
Reference in a new issue