added smoothscrolling on new message

This commit is contained in:
fourtf
2018-01-05 03:14:46 +01:00
parent e58c5ec11b
commit 1606ea648b
6 changed files with 27 additions and 13 deletions
+4
View File
@@ -280,6 +280,10 @@ QVBoxLayout *SettingsDialog::createAppearanceTab()
createCheckbox("Enable smooth scrolling", settings.enableSmoothScrolling);
form->addRow("Scrolling:", enableSmoothScrolling);
auto enableSmoothScrollingNewMessages = createCheckbox(
"Enable smooth scrolling for new messages", settings.enableSmoothScrolling);
form->addRow("", enableSmoothScrollingNewMessages);
group->setLayout(form);
layout->addWidget(group);