From 6883970d1120b4998eb6d6de9885f55ad99a1a2b Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Thu, 28 Sep 2000 00:36:24 +0000 Subject: [PATCH] don't use italic for inactive titlebar fonts - whooops ! svn path=/trunk/kdebase/kwin/; revision=65565 --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.cpp b/options.cpp index a3e77776f4..d3a81a3292 100644 --- a/options.cpp +++ b/options.cpp @@ -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);