mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Should hopefully fix Windows SettingsDialog.
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user