diff --git a/RetroUFO_GUI.py b/RetroUFO_GUI.py index 2eabd58..829eddc 100755 --- a/RetroUFO_GUI.py +++ b/RetroUFO_GUI.py @@ -264,6 +264,7 @@ if __name__ == '__main__': app = QApplication(sys.argv) # Create and show the form form = Form() + form.setFixedWidth(438) # So all text on the log UI stays on one line form.show() # Run the main Qt loop sys.exit(app.exec_())