mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Try to make it nicer on Mac, take 5.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user