Index: /branches/eam_branches/20090715/Ohana/src/kapa2/src/UpdateStatusBox.c
===================================================================
--- /branches/eam_branches/20090715/Ohana/src/kapa2/src/UpdateStatusBox.c	(revision 25297)
+++ /branches/eam_branches/20090715/Ohana/src/kapa2/src/UpdateStatusBox.c	(revision 25298)
@@ -48,5 +48,5 @@
   
   bzero (line, 100);
-  sprintf (line, "%10.1f %10.1f", x, y);
+  sprintf (line, "%10.2f %10.2f", x, y);
   XDrawString (graphic[0].display, graphic[0].window, graphic[0].gc, 
 	       image[0].text_x + PAD1, image[0].text_y + 2*textpad + 2*PAD1, line, strlen(line));
