[kcmkwin/deco] Fix defaults for border size and close window double click
This commit is contained in:
parent
6b7fd5b9bc
commit
623ac3faa3
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ void ConfigurationModule::defaults()
|
||||||
const QModelIndex index = m_proxyModel->mapFromSource(m_model->findDecoration(s_defaultPlugin));
|
const QModelIndex index = m_proxyModel->mapFromSource(m_model->findDecoration(s_defaultPlugin));
|
||||||
listView->setProperty("currentIndex", index.isValid() ? index.row() : -1);
|
listView->setProperty("currentIndex", index.isValid() ? index.row() : -1);
|
||||||
}
|
}
|
||||||
|
m_ui->borderSizesCombo->setCurrentIndex(m_ui->borderSizesCombo->findData(QVariant::fromValue(stringToSize(s_borderSizeNormal))));
|
||||||
|
m_ui->closeWindowsDoubleClick->setChecked(false);
|
||||||
KCModule::defaults();
|
KCModule::defaults();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue