diff options
author | Ivan Čukić <ivan@fomentgroup.org> | 2009-07-22 19:43:11 +0200 |
---|---|---|
committer | Ivan Čukić <ivan@fomentgroup.org> | 2009-07-22 19:43:11 +0200 |
commit | 4f90a88e0e1d99d0aa9577b2c1b137093946255a (patch) | |
tree | 05501c6e4ac13b394134b17b6959259af203eb2a /src | |
parent | Cleaning comments (diff) | |
download | rekonq-4f90a88e0e1d99d0aa9577b2c1b137093946255a.tar.xz |
Removed the borders (side and mottom) of the tab widget
Diffstat (limited to 'src')
-rw-r--r-- | src/tabbar.cpp | 1 |
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 &))); |