Gui: remove command description label in Customize -> Keyboard
Because long description may cause undesired dialog layout changes. The description is available through tool tip of the command tree widget.
This commit is contained in:
@@ -391,8 +391,6 @@ void DlgCustomKeyboardImp::on_commandTreeWidget_currentItemChanged(QTreeWidgetIt
|
||||
ui->buttonAssign->setEnabled(!ui->editShortcut->text().isEmpty() && (ks != ks3));
|
||||
ui->buttonReset->setEnabled((ks != ks2));
|
||||
}
|
||||
|
||||
ui->textLabelDescription->setText(Action::commandToolTip(cmd, false));
|
||||
}
|
||||
|
||||
/** Shows all commands of this category */
|
||||
|
||||
Reference in New Issue
Block a user