Index: trunk/ippMonitor/def/stackRun.d
===================================================================
--- trunk/ippMonitor/def/stackRun.d	(revision 15954)
+++ trunk/ippMonitor/def/stackRun.d	(revision 15970)
@@ -4,10 +4,10 @@
 MENU  ipp.stack.dat
 
-#        field          format  name           show     link to         extras
-FIELD    stack_id,	%s,     20,   stack ID
-FIELD    skycell_id,	%s,     20,   skycell ID
-FIELD    tess_id,	%s,     20,   tessellation ID
-FIELD    state,		%s,     20,   state
-FIELD    workdir,	%s,     20,   workdir
-FIELD    dvodb,		%s,     20,   DVO database
-FIELD    registered,	%s,     20,   time registered
+#        field          size  format  name           show     link to         extras
+FIELD    stack_id,	 5,   %s,     stack ID
+FIELD    skycell_id,	 5,   %s,     skycell ID
+FIELD    tess_id,	 5,   %s,     tessellation ID
+FIELD    state,		 5,   %s,     state
+FIELD    workdir,	10,   %s,     workdir
+FIELD    dvodb,		10,   %s,     DVO database
+FIELD    registered,	 5,   %s,     time registered
