Switch to side-by-side view

--- a/src/qtgui/confgui/confguiindex.cpp
+++ b/src/qtgui/confgui/confguiindex.cpp
@@ -388,6 +388,18 @@
 
     vboxLayout->addWidget(m_groupbox);
     subDirChanged();
+
+    ConfLink lnkfiltmaxsecs(new ConfLinkRclRep(config, "filtermaxseconds"));
+    ConfParamIntW *efiltmaxsecs = new 
+	ConfParamIntW(m_groupbox, lnkfiltmaxsecs, 
+		      tr("Max. filter exec. time (S)"),
+		      tr("External filters working longer than this will be "
+                         "aborted. This is for the rare case (ie: postscript) "
+                         "where a document could cause a filter to loop"
+			 "Set to -1 for no limit.\n"),
+		      -1, 10000);
+    m_widgets.push_back(efiltmaxsecs);
+
 }
 
 void ConfSubPanelW::reloadAll()