summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Čukić <ivan@fomentgroup.org>2009-07-22 19:43:11 +0200
committerIvan Čukić <ivan@fomentgroup.org>2009-07-22 19:43:11 +0200
commit4f90a88e0e1d99d0aa9577b2c1b137093946255a (patch)
tree05501c6e4ac13b394134b17b6959259af203eb2a /src
parentCleaning comments (diff)
downloadrekonq-4f90a88e0e1d99d0aa9577b2c1b137093946255a.tar.xz
Removed the borders (side and mottom) of the tab widget
Diffstat (limited to 'src')
-rw-r--r--src/tabbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp
index 2680dfb7..08603789 100644
--- a/src/tabbar.cpp
+++ b/src/tabbar.cpp
@@ -50,6 +50,7 @@ TabBar::TabBar(QWidget *parent)
{
setElideMode(Qt::ElideRight);
setContextMenuPolicy(Qt::CustomContextMenu);
+ setDocumentMode(true);
setMovable(true);
connect(this, SIGNAL(customContextMenuRequested(const QPoint &)), this,
SLOT(contextMenuRequested(const QPoint &)));