[Marble-commits] KDE/kdeedu/marble/src/lib
Bernhard Beschow
bbeschow at cs.tu-berlin.de
Mon Dec 13 14:14:16 CET 2010
SVN commit 1206119 by beschow:
improve appearance of tile id decoration
* reduce font size to 12pt
* make the font non-bold
M +1 -1 MergedLayerDecorator.cpp
--- trunk/KDE/kdeedu/marble/src/lib/MergedLayerDecorator.cpp #1206118:1206119
@@ -314,7 +314,7 @@
painter.drawRect( strokeWidth / 2, strokeWidth / 2,
m_tile->width() - strokeWidth,
m_tile->height() - strokeWidth );
- QFont testFont( "Sans", 30, QFont::Bold );
+ QFont testFont( "Sans", 12 );
QFontMetrics testFm( testFont );
painter.setFont( testFont );
More information about the Marble-commits
mailing list