diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-14 12:26:08 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-14 12:26:08 +0200 |
commit | e74a510859d79df4f90d49ac977fbd30f026f8cc (patch) | |
tree | d9bcbf73d0d4d726737ad51e9802195d8fa54ba9 | |
parent | Another fix for the new tab button... (diff) | |
download | rekonq-e74a510859d79df4f90d49ac977fbd30f026f8cc.tar.xz |
little fix again..
-rw-r--r-- | src/tabbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index b1b727ae..bde1e63e 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -102,7 +102,6 @@ void TabBar::postLaunch() m_addTabButton->setAutoRaise(true); m_addTabButton->setToolButtonStyle(Qt::ToolButtonIconOnly); - m_addTabButton->show(); } |