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