Checkpoint.

This commit is contained in:
Ernie Pasveer
2022-02-20 09:27:13 -06:00
parent 177e914e2b
commit 77196850b9
4 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void SeerKeysConfigPage::setKeySettings (const SeerKeySettings& settings) {
keysTableWidget->setCellWidget(r, 0, keySequenceEdit);
// Insert the Description.
QLabel* descriptionLabel = new QLabel(setting._help);
QLabel* descriptionLabel = new QLabel(setting._description);
keysTableWidget->setCellWidget(r, 1, descriptionLabel);
}