|
From: <pst...@us...> - 2008-05-09 19:03:47
|
Revision: 495
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=495&view=rev
Author: pstieber
Date: 2008-05-09 12:03:45 -0700 (Fri, 09 May 2008)
Log Message:
-----------
Used a larger font.
Modified Paths:
--------------
trunk/jazz/src/Harmony.cpp
Modified: trunk/jazz/src/Harmony.cpp
===================================================================
--- trunk/jazz/src/Harmony.cpp 2008-05-09 19:03:00 UTC (rev 494)
+++ trunk/jazz/src/Harmony.cpp 2008-05-09 19:03:45 UTC (rev 495)
@@ -841,7 +841,7 @@
wxClientDC Dc(this);
- Dc.SetFont(*wxSMALL_FONT);
+ Dc.SetFont(*wxNORMAL_FONT);
int TextWidth, TextHeight;
Dc.GetTextExtent("xD#j75+9-x", &TextWidth, &TextHeight);
@@ -1091,7 +1091,7 @@
{
Dc.Clear();
- Dc.SetFont(*wxSMALL_FONT);
+ Dc.SetFont(*wxNORMAL_FONT);
Dc.DrawText("Seq", 5, 5);
@@ -1286,7 +1286,7 @@
DoPrepareDC(Dc);
- Dc.SetFont(*wxSMALL_FONT);
+ Dc.SetFont(*wxNORMAL_FONT);
HBContext Context;
int x, y;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|