Switch to side-by-side view

--- a/src/qtgui/guiutils.h
+++ b/src/qtgui/guiutils.h
@@ -124,6 +124,9 @@
     // of the case where we might need an incompatible change
     int rclVersion;
 
+    bool showTrayIcon;
+    bool closeToTray;
+
     // Advanced search window clause list state
     vector<int> advSearchClauses;
 
@@ -140,8 +143,10 @@
 	queryReplaceAbstract(false),
 	startWithAdvSearchOpen(false),
 	termMatchType(0),
-	rclVersion(1505)
-    { }
+	rclVersion(1505),
+        showTrayIcon(false),
+        closeToTray(false)
+        {}
 };
 
 /** Global preferences record */