Switch to side-by-side view

--- a/src/qtgui/recollmain.ui.h
+++ b/src/qtgui/recollmain.ui.h
@@ -415,7 +415,7 @@
 		iconname = "document";
 	    string imgfile = iconsdir + "/" + iconname + ".png";
 
-	    LOGDEB(("Img file; %s\n", imgfile.c_str()));
+	    LOGDEB1(("Img file; %s\n", imgfile.c_str()));
 	    QImage image(imgfile.c_str());
 	    if (!image.isNull()) {
 		img_name = string("img_") + iconname;