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:
parent
29d6c032ee
commit
bae81bc6f2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user