Index: /trunk/FACT++/gui/BasicGlCamera.cc
===================================================================
--- /trunk/FACT++/gui/BasicGlCamera.cc	(revision 12111)
+++ /trunk/FACT++/gui/BasicGlCamera.cc	(revision 12112)
@@ -152,5 +152,5 @@
             fData[i] = (double)i;///1.44;//(double)(i)/(double)(ACTUAL_NUM_PIXELS);
 
-        setFont(QFont("Arial", 8));
+//        setFont(QFont("Arial", 8));
         int buttonShift=0;
         scaleLabel = new QLabel("Scale", this);
@@ -457,5 +457,5 @@
 //         cout << width() << " " << height() << endl;
         int textSize = (int)(height()*14/600);
-        setFont(QFont("Times", textSize));
+//        setFont(QFont("Times", textSize));
         qglColor(QColor(255,223,127));
         float shiftx = 0.01f;//0.55f;
@@ -469,6 +469,6 @@
         glPopMatrix();
 
-        textSize = (int)(600*14/600);
-        setFont(QFont("Times", textSize));
+  //      textSize = (int)(600*14/600);
+//        setFont(QFont("Times", textSize));
     }
     void BasicGlCamera::DrawScale()
