Index: trunk/BNC/bncfigure.cpp
===================================================================
--- trunk/BNC/bncfigure.cpp	(revision 1961)
+++ trunk/BNC/bncfigure.cpp	(revision 1962)
@@ -138,5 +138,4 @@
   float xLine = .60;
 
-
   QPainter painter(this);
 
@@ -178,9 +177,9 @@
     QByteArray staID = it.key();
 
-    int xx = xMin+70+anchor*15;
+    int xx = xMin+70+anchor*12;
     int yy = int(yLength * (it.value()->_mean / _maxRate));
 
     painter.save();
-    painter.translate(xx, yMax);
+    painter.translate(xx-5, yMax);
     painter.rotate(-90);
     painter.drawText(0, 0, staID.left(5));
@@ -189,5 +188,5 @@
     if(_maxRate > 0.0) {
       QColor color = QColor::fromRgb(_rgb[0][anchor],_rgb[1][anchor],_rgb[2][anchor]);
-      painter.fillRect(xx-10, int((yMax-yMin)*xLine)-yy, 10, yy, 
+      painter.fillRect(xx-13, int((yMax-yMin)*xLine)-yy, 9, yy, 
                        QBrush(color,Qt::SolidPattern));
     }
