Switch to side-by-side view

--- a/src/qtgui/searchclause_w.cpp
+++ b/src/qtgui/searchclause_w.cpp
@@ -1,5 +1,5 @@
 #ifndef lint
-static char rcsid[] = "@(#$Id: searchclause_w.cpp,v 1.2 2006-11-14 17:41:12 dockes Exp $ (C) 2005 J.F.Dockes";
+static char rcsid[] = "@(#$Id: searchclause_w.cpp,v 1.3 2006-11-30 13:38:44 dockes Exp $ (C) 2005 J.F.Dockes";
 #endif
 /*
  *   This program is free software; you can redistribute it and/or modify
@@ -40,7 +40,7 @@
 	setName("SearchClauseW");
     searchClauseLayout = new QVBoxLayout(this);
 
-    hLayout = new QHBoxLayout(0, 0, 6, "hLayout"); 
+    hLayout = new QHBoxLayout(0, 0, 3, "hLayout"); 
 
     sTpCMB = new QComboBox(FALSE, this, "sTpCMB");
     hLayout->addWidget(sTpCMB);
@@ -56,8 +56,7 @@
     resize(QSize(0, 0).expandedTo(minimumSizeHint()));
     clearWState(WState_Polished);
 
-    connect(sTpCMB, SIGNAL(activated(int)),
-	    this, SLOT(tpChange(int)));
+    connect(sTpCMB, SIGNAL(activated(int)), this, SLOT(tpChange(int)));
 }
 
 /*
@@ -115,7 +114,6 @@
 				(const char *)wordsLE->text().utf8(),
 					proxSlackSB->value());
     case 4:
-	fprintf(stderr, "NEAR\n");
 	return new SearchDataClauseDist(SCLT_NEAR,
 				(const char *)wordsLE->text().utf8(),
 					proxSlackSB->value());