]> git.pld-linux.org Git - packages/kdelibs.git/blob - kdelibs-fonts.patch
- update md5
[packages/kdelibs.git] / kdelibs-fonts.patch
1 --- kdelibs-3.1.3/kdecore/kglobalsettings.cpp.orig      Wed Jul 30 23:06:45 2003
2 +++ kdelibs-3.1.3/kdecore/kglobalsettings.cpp   Wed Jul 30 23:07:44 2003
3 @@ -280,8 +280,8 @@
4      if (_generalFont)
5          return *_generalFont;
6  
7 -    _generalFont = new QFont("helvetica", 12);
8 -    _generalFont->setPixelSize(12);
9 +    _generalFont = new QFont("helvetica", 11);
10 +    _generalFont->setPixelSize(11);
11      _generalFont->setStyleHint(QFont::SansSerif);
12  
13      KConfig *c = KGlobal::config();
14 @@ -312,7 +312,7 @@
15      if(_toolBarFont)
16          return *_toolBarFont;
17  
18 -    _toolBarFont = new QFont("helvetica", 10);
19 +    _toolBarFont = new QFont("helvetica", 11);
20      _toolBarFont->setPixelSize(10);
21      _toolBarFont->setStyleHint(QFont::SansSerif);
22  
23 @@ -328,7 +328,7 @@
24      if(_menuFont)
25          return *_menuFont;
26  
27 -    _menuFont = new QFont("helvetica", 12);
28 +    _menuFont = new QFont("helvetica", 11);
29      _menuFont->setPixelSize(12);
30      _menuFont->setStyleHint(QFont::SansSerif);
31  
32 @@ -344,7 +344,7 @@
33      if(_windowTitleFont)
34          return *_windowTitleFont;
35  
36 -    _windowTitleFont = new QFont("helvetica", 12, QFont::Bold);
37 +    _windowTitleFont = new QFont("helvetica", 11, QFont::Bold);
38      _windowTitleFont->setPixelSize(12);
39      _windowTitleFont->setStyleHint(QFont::SansSerif);
40  
This page took 0.025673 seconds and 3 git commands to generate.