Switch to side-by-side view

--- a/src/qtgui/main.cpp
+++ b/src/qtgui/main.cpp
@@ -338,8 +338,8 @@
     havereadsettings = true;
     //    fprintf(stderr, "Settings done\n");
 
-    if (!prefs.stylesheetFile.isEmpty()) {
-	applyStyleSheet(prefs.stylesheetFile);
+    if (!prefs.qssFile.isEmpty()) {
+	applyStyleSheet(prefs.qssFile);
     }
     QIcon icon;
     icon.addFile(QString::fromUtf8(":/images/recoll.png"));