added gotToBottom and EnableNonClientDpiScaling

This commit is contained in:
fourtf
2017-09-21 17:34:41 +02:00
parent 3e24752477
commit 222eedcd21
18 changed files with 108 additions and 53 deletions
+5 -3
View File
@@ -301,9 +301,11 @@ void SettingsDialog::addTabs()
auto form = new QFormLayout();
form->addRow("Window:", createCheckbox("Window always on top", settings.windowTopMost));
form->addRow("Messages:", createCheckbox("Mention users with a @ (except in commands)",
settings.mentionUsersWithAt));
form->addRow("", createCheckbox("Hide input box if empty", settings.hideEmptyInput));
// form->addRow("Messages:", createCheckbox("Mention users with a @ (except in
// commands)",
// settings.mentionUsersWithAt));
form->addRow("Messages:",
createCheckbox("Hide input box if empty", settings.hideEmptyInput));
form->addRow("", createCheckbox("Show last read message indicator",
settings.showLastMessageIndicator));