Update LAMMPS GUI documentation for Version 1.5

This commit is contained in:
Axel Kohlmeyer
2023-09-02 11:50:20 -04:00
parent cf9ce0ebed
commit 2d17894430
7 changed files with 181 additions and 109 deletions

View File

@ -512,7 +512,7 @@ EditorTab::EditorTab(QSettings *_settings, QWidget *parent) : QWidget(parent), s
auto *typelbl = new QLabel("Type width:");
auto *idlbl = new QLabel("ID width:");
auto *namelbl = new QLabel("Name width:");
auto *retlbl = new QLabel("Reformat with 'Return':");
auto *retlbl = new QLabel("Reformat with 'Enter':");
auto *autolbl = new QLabel("Automatic completion:");
auto *cmdval = new QSpinBox;
auto *typeval = new QSpinBox;