mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Trying to fix margins on the PlaylistTypeSelectorDialog on Mac
This commit is contained in:
@@ -41,6 +41,7 @@ PlaylistTypeSelectorDlg::PlaylistTypeSelectorDlg( QWidget* parent, Qt::WindowFla
|
|||||||
resize( width(), 150 );
|
resize( width(), 150 );
|
||||||
setMinimumSize( size() );
|
setMinimumSize( size() );
|
||||||
setMaximumSize( size() ); // to remove the resize grip on osx this is the only way
|
setMaximumSize( size() ); // to remove the resize grip on osx this is the only way
|
||||||
|
setContentsMargins( 12, 12, 12, 12 );
|
||||||
#else
|
#else
|
||||||
ui->verticalLayout->setContentsMargins( 9, 0, 9, 9 );
|
ui->verticalLayout->setContentsMargins( 9, 0, 9, 9 );
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user