]> git.pld-linux.org Git - packages/kdelibs.git/blame - kdelibs-defaultfonts.patch
- update md5
[packages/kdelibs.git] / kdelibs-defaultfonts.patch
CommitLineData
261f4d0b 1--- kdelibs-030718/kdecore/kglobalsettings.cpp~ 2003-07-18 00:31:01.000000000 +0200
2+++ kdelibs-030718/kdecore/kglobalsettings.cpp 2003-07-18 01:25:04.000000000 +0200
3@@ -282,8 +282,8 @@
7def5533 4 return *_generalFont;
5
261f4d0b 6 // Sync default with kdebase/kcontrol/fonts/fonts.cpp
7def5533 7- _generalFont = new QFont("helvetica", 12);
261f4d0b 8- _generalFont->setPointSize(12);
2afd026a 9+ _generalFont = new QFont("helvetica", 9);
10+ _generalFont->setPointSize(9);
7def5533 11 _generalFont->setStyleHint(QFont::SansSerif);
12
13 KConfig *c = KGlobal::config();
261f4d0b 14@@ -299,8 +299,8 @@
7def5533 15 return *_fixedFont;
16
261f4d0b 17 // Sync default with kdebase/kcontrol/fonts/fonts.cpp
7def5533 18- _fixedFont = new QFont("courier", 12);
261f4d0b 19- _fixedFont->setPointSize(12);
2afd026a 20+ _fixedFont = new QFont("courier", 9);
21+ _fixedFont->setPointSize(9);
7def5533 22 _fixedFont->setStyleHint(QFont::TypeWriter);
23
ba7360d5 24 KConfig *c = KGlobal::config();
25@@ -316,8 +316,8 @@
26 return *_toolBarFont;
27
28 // Sync default with kdebase/kcontrol/fonts/fonts.cpp
29- _toolBarFont = new QFont("helvetica", 10);
30- _toolBarFont->setPointSize(10);
2afd026a 31+ _toolBarFont = new QFont("helvetica", 8);
32+ _toolBarFont->setPointSize(8);
ba7360d5 33 _toolBarFont->setStyleHint(QFont::SansSerif);
34
7def5533 35 KConfig *c = KGlobal::config();
261f4d0b 36@@ -333,8 +333,8 @@
7def5533 37 return *_menuFont;
38
261f4d0b 39 // Sync default with kdebase/kcontrol/fonts/fonts.cpp
7def5533 40- _menuFont = new QFont("helvetica", 12);
261f4d0b 41- _menuFont->setPointSize(12);
2afd026a 42+ _menuFont = new QFont("helvetica", 9);
43+ _menuFont->setPointSize(9);
7def5533 44 _menuFont->setStyleHint(QFont::SansSerif);
45
7def5533 46 KConfig *c = KGlobal::config();
This page took 0.076465 seconds and 4 git commands to generate.