1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-09 21:50:58 +02:00

* Should hopefully fix Windows SettingsDialog.

This commit is contained in:
Christian Muehlhaeuser
2011-11-23 10:46:13 +01:00
parent 54d29cc05d
commit fae5f1dbbe

View File

@@ -95,10 +95,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 );