From 99065ce38c67ae8b5c1c54b57bd78a1411a3fa40 Mon Sep 17 00:00:00 2001
From: Andrea Diamantini <adjam7@gmail.com>
Date: Sat, 26 Jan 2013 02:05:00 +0100
Subject: Restore usual position of web inspector on the bottom

---
 src/webtab/webtab.cpp | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/webtab/webtab.cpp b/src/webtab/webtab.cpp
index 61a35a2e..fcdaaf7e 100644
--- a/src/webtab/webtab.cpp
+++ b/src/webtab/webtab.cpp
@@ -85,10 +85,8 @@ WebTab::WebTab(QWidget *parent, bool isPrivateBrowsing)
     m_splitter->addWidget(view());
     view()->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
 
-    // NOTE: this line of code moves the web inspector in the usual position,
-    // BUT my wife prefers it on the right part. Following hint about.
-    // Let's hear people comments about...
-//    m_splitter->setOrientation(Qt::Vertical);
+    // NOTE: setting web inspector vertical/horizontal
+    m_splitter->setOrientation(Qt::Vertical);
 
     l->addWidget(m_splitter);
 
-- 
cgit v1.2.1