Index: trunk/FACT++/gui/QCameraWidget.cc
===================================================================
--- trunk/FACT++/gui/QCameraWidget.cc	(revision 12050)
+++ trunk/FACT++/gui/QCameraWidget.cc	(revision 12051)
@@ -98,8 +98,8 @@
         str.setf(ios::fixed,ios::floatfield);
         str << "Med " << fmedian;// << unitsText;
+        renderText(3, height()-3-4*textSize-35, QString(str.str().c_str()));
+        str.str("");
+        str << "Avg " << fmean;// <<  unitsText;
         renderText(3, height()-3-3*textSize-27, QString(str.str().c_str()));
-        str.str("");
-        str << "Avg " << fmean;// <<  unitsText;
-        renderText(3, height()-3-4*textSize-35, QString(str.str().c_str()));
         str.str("");
         str << "RMS " << frms;// <<  unitsText;
@@ -107,8 +107,8 @@
         str.str("");
         str << "Min " << fmin;// << unitsText;
+        renderText(3, height()-3-3, QString(str.str().c_str()));
+        str.str("");
+        str << "Max " << fmax;// << unitsText;
         renderText(3, height()-3-1*textSize-8, QString(str.str().c_str()));
-        str.str("");
-        str << "Max " << fmax;// << unitsText;
-        renderText(3, height()-2-3, QString(str.str().c_str()));
         //then draw the values beside the scale
         //the difficulty here is to write the correct min/max besides the scale
