From 68454b3f732323a127a8f2ab57366f5b5d3ac00d Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 31 Jul 2023 02:12:32 -0400 Subject: [PATCH] small help window tweak --- tools/lammps-gui/lammpsgui.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/lammps-gui/lammpsgui.cpp b/tools/lammps-gui/lammpsgui.cpp index 91d82f0efe..48ca018851 100644 --- a/tools/lammps-gui/lammpsgui.cpp +++ b/tools/lammps-gui/lammpsgui.cpp @@ -621,14 +621,14 @@ void LammpsGui::help() { QMessageBox::information( this, "LAMMPS-GUI Quick Help", - "
This is LAMMPS-GUI version " LAMMPS_GUI_VERSION "


" - "Overview" + "
This is LAMMPS-GUI version " LAMMPS_GUI_VERSION "


" + "Overview" "
LAMMPS GUI is a graphical text editor that is " "linked to the LAMMPS library and thus can run LAMMPS directly using " "the contents of the text buffer as input through the LAMMPS C-library " "interface. This makes it convenient to use for beginners and during " "tutorials


" - "Features" + "Features" "
The main window of the LAMMPS GUI is a text " "editor window with syntax highlighting. The output of a LAMMPS run is " "captured and displayed in a log window. The log window is updated "