mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Try to fix margins on Mac, again.
This commit is contained in:
@@ -91,7 +91,7 @@ Tomahawk::ExternalResolverGui::widgetFromData( QByteArray& data, QWidget* parent
|
|||||||
QBuffer b( &data );
|
QBuffer b( &data );
|
||||||
QWidget* w = l.load( &b, parent );
|
QWidget* w = l.load( &b, parent );
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
w->setContentsMargins( 8, 8, 8, 8 );
|
w->setContentsMargins( 12, 12, 12, 12 );
|
||||||
#else
|
#else
|
||||||
w->setContentsMargins( 6, 6, 6, 6 );
|
w->setContentsMargins( 6, 6, 6, 6 );
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user