mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
* Should hopefully fix Windows SettingsDialog.
This commit is contained in:
parent
1d3d7738ae
commit
86860b6da3
@ -90,10 +90,13 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
||||
ui->listWidget->setFrameShadow( QFrame::Sunken );
|
||||
setContentsMargins( 4, 4, 4, 4 );
|
||||
#else
|
||||
ui->listWidget->setFixedWidth( 83 );
|
||||
setContentsMargins( 0, 4, 4, 4 );
|
||||
#endif
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
ui->listWidget->setFixedWidth( 83 );
|
||||
#endif
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
// Avoid resize handles on sheets on osx
|
||||
m_proxySettings.setSizeGripEnabled( true );
|
||||
|
Loading…
x
Reference in New Issue
Block a user