[kde-artists] KDE/kdebase/workspace/kcontrol/fonts
Christoph Feck
christoph at maxiom.de
Wed Nov 18 23:07:13 GMT 2009
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: kde-core-devel at kde.org
CCMAIL: kde-artists at kde.org
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;
______________________________________________________________________________
kde-artists at kde.org | https://mail.kde.org/mailman/listinfo/kde-artists
More information about the kde-core-devel
mailing list