Index: /trunk/Ohana/src/kapa2/include/structures.h
===================================================================
--- /trunk/Ohana/src/kapa2/include/structures.h	(revision 14497)
+++ /trunk/Ohana/src/kapa2/include/structures.h	(revision 14498)
@@ -144,5 +144,5 @@
   // location of the status box
   int      text_x, text_y;
-  int      text_dx, text_dy;
+  int      text_dx, text_dy, text_dyo;
   int      location;	      // position of the zoom/status widgets (0 = none, 1-4 = bottom,left,top,right)
   int      MovePointer;
Index: /trunk/Ohana/src/kapa2/src/UpdateStatusBox.c
===================================================================
--- /trunk/Ohana/src/kapa2/src/UpdateStatusBox.c	(revision 14497)
+++ /trunk/Ohana/src/kapa2/src/UpdateStatusBox.c	(revision 14498)
@@ -37,6 +37,7 @@
   } else {
     XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].back);
+    // XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].overlay_color[1]);
     XFillRectangle (graphic[0].display, graphic[0].window, graphic[0].gc,
-		    image[0].text_x+1, image[0].text_y+1, image[0].text_dx-2, image[0].text_dy-2);  
+		    image[0].text_x+1, image[0].text_y+1, image[0].text_dx-1, image[0].text_dyo-2);  
     XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].fore);
   }
