Index: Evidence/Edd/Edd.cc
===================================================================
--- Evidence/Edd/Edd.cc	(revision 144)
+++ Evidence/Edd/Edd.cc	(revision 151)
@@ -597,21 +597,40 @@
   MainLayout = new QGridLayout(MainWidget);
 
+  Value = new Edd_Indicator("Alarm/Status");
+  Value->setMaximumWidth(200);
+  MainLayout->addWidget(Value, 0, 0, 1, 2);      
+
+  Value = new Edd_Indicator("Alarm/MasterAlarm");
+  MainLayout->addWidget(Value, 0, 1, 1, 1);
+
+  Textout = new Edd_Textout("Alarm/Summary");
+  Textout->Accumulate = false;
+  Textout->setMaximumWidth(200);
+  Textout->setMaximumHeight(150);
+  MainLayout->addWidget(Textout, 1, 0, 1, 2);
+
+  Value = new Edd_Indicator("DColl/Status");
+  Value->setMaximumWidth(200);
+  MainLayout->addWidget(Value, 3, 0, 1, 2);      
+
   Value = new Edd_Indicator("DColl/DataSizekB");
-  MainLayout->addWidget(Value, 3, 5, 1, 1);
+  MainLayout->addWidget(Value, 4, 0, 1, 1);
 
   Value = new Edd_Indicator("DColl/LogSizekB");
-  MainLayout->addWidget(Value, 4, 5, 1, 1);
+  MainLayout->addWidget(Value, 4, 1, 1, 1);
+
+  Value = new Edd_Indicator("DColl/CurrentFile");
+  Value->setMaximumWidth(400);
+  MainLayout->addWidget(Value, 5, 0, 1, 3);
+
+  Value = new Edd_Indicator("Config/Status");
+  Value->setMaximumWidth(200);
+  MainLayout->addWidget(Value, 6, 0, 1, 2);      
 
   Value = new Edd_Indicator("Config/ModifyTime");
   Value->setMaximumWidth(200);
   Value->ShowAsTime = true;
-  MainLayout->addWidget(Value, 5, 5, 1, 1);
-
-  Value = new Edd_Indicator("Alarm/MasterAlarm");
-  MainLayout->addWidget(Value, 2, 0, 1, 1);
-
-  Textout = new Edd_Textout("Alarm/Summary");
-  Textout->Accumulate = false;
-  MainLayout->addWidget(Textout, 3, 0, 2, 1);
+  MainLayout->addWidget(Value, 7, 0, 1, 1);
+
 
   // Layout of all widgets
