Improve wxFont usage
[ctsim.git] / libctsim / reconstruct.cpp
index df76e9001da312089caa0653de024cb134e9af99..a0d74167f2e45a914f6411fde3041fe195750e7d 100644 (file)
@@ -213,7 +213,7 @@ Reconstructor::reconstructView (int iStartView, int iViewCount, SGP* pSGP, bool
 #else
       ezplotProj.addCurve (m_adPlotXAxis, detval, m_pProj->nDet());
 #endif
-      pSGP->setTextPointSize (12);
+      pSGP->setTextPointSize (9);
       ezplotProj.plot (pSGP);
 
       ezplotProj.ezset ("clear");
@@ -228,7 +228,7 @@ Reconstructor::reconstructView (int iStartView, int iViewCount, SGP* pSGP, bool
       ezplotProj.ezset ("box");
       ezplotProj.ezset ("grid");
       ezplotProj.addCurve (m_adPlotXAxis, adFilteredProj,  m_nFilteredProjections);
-      pSGP->setTextPointSize (12);
+      pSGP->setTextPointSize (9);
       ezplotProj.plot (pSGP);
 
 }