Index: trunk/MagicSoft/Cosy/gui/MGCoordinate.cc
===================================================================
--- trunk/MagicSoft/Cosy/gui/MGCoordinate.cc	(revision 7790)
+++ trunk/MagicSoft/Cosy/gui/MGCoordinate.cc	(revision 7794)
@@ -60,7 +60,7 @@
     const int ypos = (flag==1?56:26)-offset;
 
-    fLabelDeg = new TGLabel(this, "****");
-    fLabelMin = new TGLabel(this, "***");
-    fLabelSec = new TGLabel(this, "***");
+    fLabelDeg = new TGLabel(this, "*****");
+    fLabelMin = new TGLabel(this, "****");
+    fLabelSec = new TGLabel(this, "****");
     fLabelDeg->SetTextJustify(kTextRight);
     fLabelMin->SetTextJustify(kTextRight);
Index: trunk/MagicSoft/Cosy/gui/MGCosy.cc
===================================================================
--- trunk/MagicSoft/Cosy/gui/MGCosy.cc	(revision 7790)
+++ trunk/MagicSoft/Cosy/gui/MGCosy.cc	(revision 7794)
@@ -253,6 +253,6 @@
     fStopping  = new TGLabel(f, "Stopping");
     fStopped   = new TGLabel(f, "Stopped");
-    fAvailMac1 = new TGLabel(f, "- MAC1 -");
-    fAvailMac2 = new TGLabel(f, "- MAC2 -");
+    fAvailMac1 = new TGLabel(f, "- MACS1 -");
+    fAvailMac2 = new TGLabel(f, "- MACS2 -");
     //fAvailMac3 = new TGLabel(f, "- MAC3 -");
     fAvailSe1  = new TGLabel(f, "-SE/Zd1-");
@@ -281,16 +281,16 @@
     fStopped->SetBackgroundColor(color);
 
-    fArmed   ->MoveResize(10,  25,        60, 20);
-    fError   ->MoveResize(10,  25+25,     60, 20);
-    fMoving  ->MoveResize(10,  25+25+20,  60, 20);
-    fTracking->MoveResize(10,  25+25+40,  60, 20);
-    fStopping->MoveResize(10,  25+25+60,  60, 20);
-    fStopped ->MoveResize(10,  25+25+80,  60, 20);
-    fAvailMac1->MoveResize(10, 25+25+120, 60, 20);
-    fAvailMac2->MoveResize(10, 25+25+140, 60, 20);
+    fArmed   ->MoveResize(10,  25,        70, 20);
+    fError   ->MoveResize(10,  25+25,     70, 20);
+    fMoving  ->MoveResize(10,  25+25+20,  70, 20);
+    fTracking->MoveResize(10,  25+25+40,  70, 20);
+    fStopping->MoveResize(10,  25+25+60,  70, 20);
+    fStopped ->MoveResize(10,  25+25+80,  70, 20);
+    fAvailMac1->MoveResize(10, 25+25+120, 70, 20);
+    fAvailMac2->MoveResize(10, 25+25+140, 70, 20);
     //fAvailMac3->Move(10, 25+160);
-    fAvailSe1->MoveResize(10,  25+25+200, 60, 20);
-    fAvailSe2->MoveResize(10,  25+25+220, 60, 20);
-    fAvailSe3->MoveResize(10,  25+25+180, 60, 20);
+    fAvailSe1->MoveResize(10,  25+25+200, 70, 20);
+    fAvailSe2->MoveResize(10,  25+25+220, 70, 20);
+    fAvailSe3->MoveResize(10,  25+25+180, 70, 20);
 
     fList->Add(fArmed);
Index: trunk/MagicSoft/Cosy/gui/MGNumStars.cc
===================================================================
--- trunk/MagicSoft/Cosy/gui/MGNumStars.cc	(revision 7790)
+++ trunk/MagicSoft/Cosy/gui/MGNumStars.cc	(revision 7794)
@@ -89,5 +89,5 @@
 
     InitGraph(fGraph1, kBlue);
-    InitGraph(fGraph2, kMagenta);
+    InitGraph(fGraph2, kCyan);
 
     InitText();
