improve formatting of "about" text when LAMMPS is running.

This commit is contained in:
Axel Kohlmeyer
2025-07-02 22:42:36 -04:00
parent 98fd8e5f56
commit 705fc2aaf7

View File

@ -1478,7 +1478,7 @@ void LammpsGui::about()
QString to_clipboard(version.c_str());
to_clipboard += "\n\n";
std::string info = "LAMMPS is currently running. LAMMPS config info not available.";
std::string info = "LAMMPS is currently running. LAMMPS config info not available.\n";
// LAMMPS is not re-entrant, so we can only query LAMMPS when it is not running
if (!lammps.is_running()) {