summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-12-12 19:39:54 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-12-12 19:39:54 (GMT)
commit3a2e16b04ceaa5db4c385cf55760b55f6af7c663 (patch)
tree8f5d50e3c42d0e5680b0ce1c5f4bcb73443f6e3f /Swift/QtUI/QtRosterHeader.cpp
parent683e1c1079cf3e288b3f87faf83188c2f83464b3 (diff)
downloadswift-3a2e16b04ceaa5db4c385cf55760b55f6af7c663.zip
swift-3a2e16b04ceaa5db4c385cf55760b55f6af7c663.tar.bz2
Don't hide the roster when clicking the system tray on OS X.
Diffstat (limited to 'Swift/QtUI/QtRosterHeader.cpp')
-rw-r--r--Swift/QtUI/QtRosterHeader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtRosterHeader.cpp b/Swift/QtUI/QtRosterHeader.cpp
index 5aeaa5d..855c861 100644
--- a/Swift/QtUI/QtRosterHeader.cpp
+++ b/Swift/QtUI/QtRosterHeader.cpp
@@ -20,7 +20,7 @@
namespace Swift {
QtRosterHeader::QtRosterHeader(QtSettingsProvider* settings, QWidget* parent) : QWidget(parent) {
QHBoxLayout* topLayout = new QHBoxLayout();
- topLayout->setSpacing(0);
+ topLayout->setSpacing(3);
topLayout->setContentsMargins(4,4,4,4);
setLayout(topLayout);
setMinimumHeight(50);