Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8037)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8038)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2006/10/10 Thomas Bretz
+
+   * mjobs/MJCalibration.cc:
+     - fixed the scaling and layout in the 'Defect' tab
+
+
 
  2006/10/09 Daniela Dorner
Index: trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 8037)
+++ trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 8038)
@@ -836,5 +836,5 @@
       //
       TCanvas &c4 = fDisplay->AddTab("Defect");
-      c4.Divide(2,2);
+      c4.Divide(2,2, 0.005, 0.005);
       
       c4.cd(1);
@@ -845,5 +845,5 @@
       // for the datacheck, fix the ranges!!
       //
-      const Double_t max = 10.;
+      const Double_t max = 11.;
       obj8->SetMinimum(0.);
       obj8->SetMaximum(max);
@@ -857,5 +857,5 @@
       const Int_t numcol = gStyle->GetNumberOfColors()-3;
       
-      TPaveText *pave = new TPaveText(0.0,0.0,0.99,0.99);
+      TPaveText *pave = new TPaveText(0.05,0.02,0.975,0.99);
       pave->SetBit(kCanDelete);
       pave->ConvertNDCtoPad();
@@ -935,5 +935,5 @@
       gStyle->SetPalette(1);
       
-      TPaveText *pave2 = new TPaveText(0.0,0.0,0.99,0.99);
+      TPaveText *pave2 = new TPaveText(0.025,0.02,0.95,0.99);
       pave2->SetBit(kCanDelete);
       pave2->ConvertNDCtoPad();
