Index: /trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
===================================================================
--- /trunk/MagicSoft/Mars/mmain/MEventDisplay.cc	(revision 8187)
+++ /trunk/MagicSoft/Mars/mmain/MEventDisplay.cc	(revision 8188)
@@ -66,4 +66,5 @@
 #include "MReadMarsFile.h"             // MReadMarsFile
 #include "MGeomApply.h"                // MGeomApply
+#include "MPedestalSubtract.h"         // MPedestalSubtract
 #include "MFDataMember.h"              // MFDataMember
 #include "MMcPedestalCopy.h"           // MMcPedestalCopy
@@ -131,5 +132,5 @@
     //
     // FIXME: This should be done by MStatusDisplay automatically
-    Resize(GetWidth(), GetHeight() + fUserFrame->GetDefaultHeight());
+    Resize(768, 576 + fUserFrame->GetDefaultHeight());//TMath::Nint(GetWidth()*1.2), TMath::Nint(GetHeight()*1.2 + fUserFrame->GetDefaultHeight()));
     SetWindowName("Event Display");
     MapSubwindows();
@@ -305,4 +306,5 @@
         calib->SetPedestalFlag(MCalibrateData::kEvent);
 
+        MPedestalSubtract *pedsub = new MPedestalSubtract;
         //MCalibrationRelTimeCalc *tcalc = new MCalibrationRelTimeCalc;
 
@@ -317,4 +319,6 @@
 
         tlist->AddToList(decode);
+
+        tlist->AddToList(pedsub);
 
         tlist->AddToList(nanal);    // Calculated MPedPhotCam
