mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
Try to make it nicer on Mac, take 5.
This commit is contained in:
parent
34836aa8fb
commit
4b45d51376
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user