diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-26 02:05:00 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-26 02:05:00 +0100 |
commit | 99065ce38c67ae8b5c1c54b57bd78a1411a3fa40 (patch) | |
tree | 9cbbf6e15feed94052fe4a67c3f014ece08fb6c9 /src/webtab/webtab.cpp | |
parent | Merge branch 'master' of git.kde.org:rekonq (diff) | |
download | rekonq-99065ce38c67ae8b5c1c54b57bd78a1411a3fa40.tar.xz |
Restore usual position of web inspector on the bottom
Diffstat (limited to 'src/webtab/webtab.cpp')
-rw-r--r-- | src/webtab/webtab.cpp | 6 |
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); |