[kde-artists] KDE/kdebase/workspace/kcontrol/fonts

Christoph Feck <[email protected]>
Newsgroups gmane.comp.kde.artists,gmane.comp.kde.devel.core
Message-ID <[email protected]>
SVN commit 1051172 by cfeck:

Keep in sync with recent font size changes

Not sure if/where the font size changes are discussed, but I think
making the default size smaller is dangerous; I am thinking about
a 15" screen with only 800x600 resolution, but am too lazy right
now to do the math...

Since I am not in the position to decide, I will commit this in
order to keep the changes in sync with r1049144.

If there is a need to make further changes to kglobalsettings.cpp,
please also change this file.

CCMAIL: [email protected]
CCMAIL: [email protected]


 M  +5 -5      fonts.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/fonts/fonts.cpp #1051171:1051172
@@ -511,11 +511,11 @@
 
   // NOTE: keep in sync with kdelibs/kdeui/kernel/kglobalsettings.cpp
 
-  QFont f0("Sans Serif", 10);
-  QFont f1("Monospace", 10);
-  QFont f2("Sans Serif", 8);
-  QFont f3("Sans Serif", 9, QFont::Bold);
-  QFont f4("Sans Serif", 10);
+  QFont f0("Sans Serif", 9); // general/menu/desktop
+  QFont f1("Monospace", 9);
+  QFont f2("Sans Serif", 8); // toolbar
+  QFont f3("Sans Serif", 8); // window title
+  QFont f4("Sans Serif", 9); // taskbar
   QFont f5("Sans Serif", 8); // smallestReadableFont
 
   defaultFontList << f0 << f1 << f5 << f2 << f0 << f3 << f4 << f0;
______________________________________________________________________________
[email protected] |  https://mail.kde.org/mailman/listinfo/kde-artists
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.