summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-01-26 02:05:00 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-01-26 02:05:00 +0100
commit99065ce38c67ae8b5c1c54b57bd78a1411a3fa40 (patch)
tree9cbbf6e15feed94052fe4a67c3f014ece08fb6c9
parentMerge branch 'master' of git.kde.org:rekonq (diff)
downloadrekonq-99065ce38c67ae8b5c1c54b57bd78a1411a3fa40.tar.xz
Restore usual position of web inspector on the bottom
-rw-r--r--src/webtab/webtab.cpp6
1 files 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);