summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-08-16 09:16:33 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-08-16 09:16:33 (GMT)
commit585b65f17d50dfbb14b25e5372819033c964e79d (patch)
tree2ec7040acbd655d020145c672b8d0625fe403d4a /Swift/QtUI/QtLoginWindow.cpp
parent6fd62cfe8859ad4cdba4113552ba9bb1ef9563e4 (diff)
downloadswift-585b65f17d50dfbb14b25e5372819033c964e79d.zip
swift-585b65f17d50dfbb14b25e5372819033c964e79d.tar.bz2
Adding the start of a 'me view' to the head of the roster.
Diffstat (limited to 'Swift/QtUI/QtLoginWindow.cpp')
-rw-r--r--Swift/QtUI/QtLoginWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp
index a05d3bf..03c6150 100644
--- a/Swift/QtUI/QtLoginWindow.cpp
+++ b/Swift/QtUI/QtLoginWindow.cpp
@@ -22,7 +22,7 @@ QtLoginWindow::QtLoginWindow(const String& defaultJID, const String& defaultPass
QBoxLayout *topLayout = new QBoxLayout(QBoxLayout::TopToBottom, centralWidget);
stack_ = new QStackedWidget(centralWidget);
topLayout->addWidget(stack_);
- topLayout->setMargin(5);
+ topLayout->setMargin(0);
QWidget *wrapperWidget = new QWidget(this);
wrapperWidget->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding));
QBoxLayout *layout = new QBoxLayout(QBoxLayout::TopToBottom, wrapperWidget);