From 7e916906dd13f8b28bbf5a9a297656f932f05e4d Mon Sep 17 00:00:00 2001 From: kienle <kienle@passcal.nmt.edu> Date: Tue, 7 Nov 2023 10:01:27 -0700 Subject: [PATCH] Update documentation --- sohstationviewer/main.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sohstationviewer/main.py b/sohstationviewer/main.py index 3cb8ca631..9671f34ab 100755 --- a/sohstationviewer/main.py +++ b/sohstationviewer/main.py @@ -38,10 +38,8 @@ def fix_relative_paths() -> None: def resize_windows(main_window: MainWindow): """ - Resize the pre-defined windows in the program so that they fit well on all - screen resolutions. Any windows that cannot be reached from the main - window, including those that are created when they are shown, will - have to handle it themselves. + Resize the plotting windows in the program so that they fit well on all + screen resolutions. """ screen_size = QtWidgets.QApplication.primaryScreen().size().toTuple() screen_width, screen_height = screen_size -- GitLab