diff options
Diffstat (limited to 'src/webtab')
-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); |