1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 13:01:53 +02:00

Trying to fix margins on the PlaylistTypeSelectorDialog on Mac

This commit is contained in:
Teo Mrnjavac 2012-08-05 16:00:00 +02:00
parent 29d6c032ee
commit bae81bc6f2

View File

@ -41,6 +41,7 @@ PlaylistTypeSelectorDlg::PlaylistTypeSelectorDlg( QWidget* parent, Qt::WindowFla
resize( width(), 150 );
setMinimumSize( size() );
setMaximumSize( size() ); // to remove the resize grip on osx this is the only way
setContentsMargins( 12, 12, 12, 12 );
#else
ui->verticalLayout->setContentsMargins( 9, 0, 9, 9 );
#endif