summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/webtab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 6698f961..a39abaf2 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -66,6 +66,7 @@ WebTab::WebTab(QWidget* parent)
{
QVBoxLayout* l = new QVBoxLayout(this);
l->setMargin(0);
+ l->setSpacing(0);
QWidget* messageBar = new QWidget(this);
l->addWidget(messageBar);