more consistency changes

This commit is contained in:
Axel Kohlmeyer
2024-07-17 19:13:10 -04:00
parent 470b106d99
commit f877a6f4ce
2 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ ImageViewer::ImageViewer(const QString &fileName, LammpsWrapper *_lammps, QWidge
mainLayout->addLayout(menuLayout);
mainLayout->addWidget(scrollArea);
setWindowIcon(QIcon(":/icons/lammps-icon-128x128.png"));
setWindowTitle(QString("Image Viewer: ") + QFileInfo(fileName).fileName());
setWindowTitle(QString("LAMMPS-GUI - Image Viewer - ") + QFileInfo(fileName).fileName());
createActions();
reset_view();