added an option to disable smooth scrolling

This commit is contained in:
fourtf
2017-12-18 20:18:20 +01:00
parent a399af9c66
commit f8cf983b7c
2 changed files with 16 additions and 8 deletions
+4
View File
@@ -281,6 +281,10 @@ QVBoxLayout *SettingsDialog::createAppearanceTab()
});
}
auto enableSmoothScrolling =
createCheckbox("Enable smooth scrolling", settings.enableSmoothScrolling);
form->addRow("Scrolling:", enableSmoothScrolling);
group->setLayout(form);
layout->addWidget(group);