Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9147)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9148)
@@ -18,4 +18,15 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2008/11/11 Thomas Bretz
+
+   * mbase/MStatusDisplay.cc:
+     - removed obsolete code of rot128
+     - Increased size of ListBox in MARS tab
+
+   * mgeom/MGeomCamDwarf.h:
+     - changed to have the APD camera layout as default
+
+
 
  2008/11/11 Daniela Dorner
Index: /trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc	(revision 9147)
+++ /trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc	(revision 9148)
@@ -414,11 +414,4 @@
 }
 
-char *rot128(char *c)
-{
-    char *rc=c;
-    while (*c) *c++ += 128;
-    return rc;
-}
-
 // --------------------------------------------------------------------------
 //
@@ -438,4 +431,5 @@
     filter->Select(0);
 
+
     TGLayoutHints *lay3 = new TGLayoutHints(kLHintsCenterX|kLHintsTop, 10, 10, 10, 5);
     fList->Add(lay3);
@@ -446,6 +440,7 @@
     fList->Add(l);
 
-    filter->SetWidth(l->GetWidth());
+    filter->SetWidth(5*l->GetWidth()/4);
     filter->SetHeight(4*l->GetHeight()/3);
+    filter->GetListBox()->SetHeight(l->GetHeight()*16);
 
     TGLayoutHints *layb = new TGLayoutHints(kLHintsCenterX|kLHintsTop, 10, 10, 5, 5);
Index: /trunk/MagicSoft/Mars/mgeom/MGeomCamDwarf.h
===================================================================
--- /trunk/MagicSoft/Mars/mgeom/MGeomCamDwarf.h	(revision 9147)
+++ /trunk/MagicSoft/Mars/mgeom/MGeomCamDwarf.h	(revision 9148)
@@ -21,6 +21,7 @@
 
 public:
-    MGeomCamDwarf(Double_t rad, Double_t diameter=21, Double_t dist=4.92, const char *name=NULL);
-    MGeomCamDwarf(Int_t  rings, Double_t diameter=21, Double_t dist=4.92, const char *name=NULL);
+    // 223
+    MGeomCamDwarf(Double_t rad, Double_t diameter=16, Double_t dist=4.92, const char *name=NULL);
+    MGeomCamDwarf(Int_t  rings, Double_t diameter=16, Double_t dist=4.92, const char *name=NULL);
     MGeomCamDwarf(const char *name=NULL);
 
