set window icon consistently where possible

This commit is contained in:
Axel Kohlmeyer
2023-08-30 04:15:13 -04:00
parent 4ca5d7eec5
commit c432df0f91
5 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,7 @@ SetVariables::SetVariables(QList<QPair<QString, QString>> &_vars, QWidget *paren
layout->addWidget(buttonBox);
setLayout(layout);
setWindowIcon(QIcon(":/lammps-icon-128x128.png"));
setWindowTitle("LAMMPS-GUI - Set Variables");
resize(300, 200);
}