mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +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,
|
setContentsMargins( contentsMargins().left() + 2, contentsMargins().top() + 2,
|
||||||
contentsMargins().right() + 2, contentsMargins().bottom() + 2 + ARROW_HEIGHT );
|
contentsMargins().right() + 2, contentsMargins().bottom() + 2 + ARROW_HEIGHT );
|
||||||
#else
|
#else
|
||||||
ui->verticalLayout->setContentsMargins( 12, 0, 12, 12 );
|
ui->verticalLayout->setContentsMargins( 12, 0, 12, 16 );
|
||||||
setContentsMargins( contentsMargins().left() + 2, 4,
|
setContentsMargins( contentsMargins().left() + 2, 4,
|
||||||
contentsMargins().right() + 2, contentsMargins().bottom() + 2 + ARROW_HEIGHT );
|
contentsMargins().right() + 2, contentsMargins().bottom() + 2 + ARROW_HEIGHT );
|
||||||
|
ui->horizontalLayout->setContentsMargins( 0, 0, 0, 0 );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user