Merging from old trunk:
r608824 | lunakl | 2006-11-28 15:42:48 +0100 (Tue, 28 Nov 2006) | 4 lines Match defaults. (BUG: 137889) svn path=/trunk/KDE/kdebase/workspace/; revision=659468
This commit is contained in:
parent
176f0e39ce
commit
9528129717
1 changed files with 1 additions and 3 deletions
|
@ -144,9 +144,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 = wmConfig.readEntry("activeFont", activeFontGuess);
|
||||
inactiveFont = wmConfig.readEntry("inactiveFont", activeFont);
|
||||
|
|
Loading…
Reference in a new issue