From 4b45d513765a854a7d3ce53484c97af90c6ee2e1 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Sat, 20 Oct 2012 22:30:08 +0200 Subject: [PATCH] Try to make it nicer on Mac, take 5. --- src/SocialWidget.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SocialWidget.cpp b/src/SocialWidget.cpp index 0311709e4..ecc271aa4 100644 --- a/src/SocialWidget.cpp +++ b/src/SocialWidget.cpp @@ -53,9 +53,10 @@ SocialWidget::SocialWidget( QWidget* parent ) setContentsMargins( contentsMargins().left() + 2, contentsMargins().top() + 2, contentsMargins().right() + 2, contentsMargins().bottom() + 2 + ARROW_HEIGHT ); #else - ui->verticalLayout->setContentsMargins( 12, 0, 12, 12 ); + ui->verticalLayout->setContentsMargins( 12, 0, 12, 16 ); setContentsMargins( contentsMargins().left() + 2, 4, contentsMargins().right() + 2, contentsMargins().bottom() + 2 + ARROW_HEIGHT ); + ui->horizontalLayout->setContentsMargins( 0, 0, 0, 0 ); #endif