[Kstars-devel] KDE/kdeedu/kstars/kstars/tools

Akarsh Simha akarshsimha at gmail.com
Thu Apr 2 19:41:10 CEST 2009


SVN commit 948283 by asimha:

Using Monospace, 14pt Regular instead of Courier New, 16pt Bold to
label the months in the Sky Calendar tool.

CCMAIL: kstars-devel at kde.org



 M  +1 -1      calendarwidget.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/tools/calendarwidget.cpp #948282:948283
@@ -163,7 +163,7 @@
     
     //Draw month labels along each horizon curve
     QFont origFont = p->font();
-    p->setFont( QFont( "Courier New", 16, QFont::Bold ) );
+    p->setFont( QFont( "Monospace", 14 ) );
     int textFlags = Qt::TextSingleLine | Qt::AlignCenter;
     QFontMetricsF fm( p->font(), p->device() );
     for ( int imonth=1; imonth <= 12; ++ imonth ) {


More information about the Kstars-devel mailing list