more documentation and tutorial updates

This commit is contained in:
Axel Kohlmeyer
2023-08-13 02:57:02 -04:00
parent c1f9f9d1c6
commit 9f407cae1e
7 changed files with 98 additions and 3 deletions

View File

@ -56,7 +56,7 @@ SetVariables::SetVariables(QList<QPair<QString, QString>> &_vars, QWidget *paren
layout->addWidget(buttonBox);
setLayout(layout);
setWindowTitle("LAMMPS-GUI - Set Variables");
resize(500, 400);
resize(300, 200);
}
void SetVariables::accept()