Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > ee5019e51831f214d532979b59ea2d61 > files > 10

kdelibs-3.4.2-31.4.20060mdk.src.rpm

--- kdelibs-3.1.92/kdecore/kglobalsettings.cpp--	2003-09-24 12:58:25.000000000 -0400
+++ kdelibs-3.1.92/kdecore/kglobalsettings.cpp	2003-09-24 13:00:47.000000000 -0400
@@ -288,8 +288,8 @@ QFont KGlobalSettings::generalFont()
         return *_generalFont;
 
     // Sync default with kdebase/kcontrol/fonts/fonts.cpp
-    _generalFont = new QFont("helvetica", 12);
-    _generalFont->setPointSize(12);
+    _generalFont = new QFont("Sans", 10);
+    _generalFont->setPointSize(10);
     _generalFont->setStyleHint(QFont::SansSerif);
 
     KConfig *c = KGlobal::config();
@@ -305,8 +305,8 @@ QFont KGlobalSettings::fixedFont()
         return *_fixedFont;
 
     // Sync default with kdebase/kcontrol/fonts/fonts.cpp
-    _fixedFont = new QFont("courier", 12);
-    _fixedFont->setPointSize(12);
+    _fixedFont = new QFont("Monospace", 10);
+    _fixedFont->setPointSize(10);
     _fixedFont->setStyleHint(QFont::TypeWriter);
 
     KConfig *c = KGlobal::config();
@@ -322,7 +322,7 @@ QFont KGlobalSettings::toolBarFont()
         return *_toolBarFont;
 
     // Sync default with kdebase/kcontrol/fonts/fonts.cpp
-    _toolBarFont = new QFont("helvetica", 10);
+    _toolBarFont = new QFont("Sans", 10);
     _toolBarFont->setPointSize(10);
     _toolBarFont->setStyleHint(QFont::SansSerif);
 
@@ -339,8 +339,8 @@ QFont KGlobalSettings::menuFont()
         return *_menuFont;
 
     // Sync default with kdebase/kcontrol/fonts/fonts.cpp
-    _menuFont = new QFont("helvetica", 12);
-    _menuFont->setPointSize(12);
+    _menuFont = new QFont("Sans", 10);
+    _menuFont->setPointSize(10);
     _menuFont->setStyleHint(QFont::SansSerif);
 
     KConfig *c = KGlobal::config();
@@ -356,8 +356,8 @@ QFont KGlobalSettings::windowTitleFont()
         return *_windowTitleFont;
 
     // Sync default with kdebase/kcontrol/fonts/fonts.cpp
-    _windowTitleFont = new QFont("helvetica", 12, QFont::Bold);
-    _windowTitleFont->setPointSize(12);
+    _windowTitleFont = new QFont("Sans", 10, QFont::Bold);
+    _windowTitleFont->setPointSize(10);
     _windowTitleFont->setStyleHint(QFont::SansSerif);
 
     KConfig *c = KGlobal::config();
@@ -373,7 +373,7 @@ QFont KGlobalSettings::taskbarFont()
         return *_taskbarFont;
 
     // Sync default with kdebase/kcontrol/fonts/fonts.cpp
-    _taskbarFont = new QFont("helvetica", 11);
+    _taskbarFont = new QFont("Sans", 11);
     _taskbarFont->setPointSize(11);
     _taskbarFont->setStyleHint(QFont::SansSerif);