diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-12-15 17:43:26 +0100 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-12-15 17:43:26 +0100 |
commit | 44f61f58d5719ca4f3d82d000cee4c9eecbf50eb (patch) | |
tree | dd21a05a1dfd500d8eb759966abc3da5884430d4 /src | |
parent | rekonq 0.3.22 (diff) | |
download | rekonq-44f61f58d5719ca4f3d82d000cee4c9eecbf50eb.tar.xz |
fix spacing
Diffstat (limited to 'src')
-rw-r--r-- | src/webtab.cpp | 1 |
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); |