diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-09 16:21:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-09 16:21:20 +0000 |
| commit | 08fa7175d41277793d246981aef860895c8e5208 (patch) | |
| tree | fe260f492e081cf384e690740ba3282534696576 /src/qmmpui/configdialog.cpp | |
| parent | 5e9b91b6e706216352c7218b7b00b51d2168c03f (diff) | |
| download | qmmp-08fa7175d41277793d246981aef860895c8e5208.tar.gz qmmp-08fa7175d41277793d246981aef860895c8e5208.tar.bz2 qmmp-08fa7175d41277793d246981aef860895c8e5208.zip | |
fixed plugin list header
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4551 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/configdialog.cpp')
| -rw-r--r-- | src/qmmpui/configdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/configdialog.cpp b/src/qmmpui/configdialog.cpp index 04c5c732b..4f67748b4 100644 --- a/src/qmmpui/configdialog.cpp +++ b/src/qmmpui/configdialog.cpp @@ -64,6 +64,7 @@ ConfigDialog::ConfigDialog (QWidget *parent) : QDialog (parent) m_ui->preferencesButton->setEnabled(false); m_ui->informationButton->setEnabled(false); m_ui->treeWidget->setItemDelegate(new RadioItemDelegate(this)); + m_ui->treeWidget->header()->setMovable(false); connect (this, SIGNAL(rejected()),SLOT(saveSettings())); m_ui->replayGainModeComboBox->addItem (tr("Track"), QmmpSettings::REPLAYGAIN_TRACK); m_ui->replayGainModeComboBox->addItem (tr("Album"), QmmpSettings::REPLAYGAIN_ALBUM); |
