update minimum height

This commit is contained in:
2025-07-07 11:52:51 +02:00
parent d230ffb59a
commit 5987d804af
+1 -1
View File
@@ -257,7 +257,7 @@ class MainWindow(QtWidgets.QMainWindow):
self.setWindowTitle('Scenario Image Automation') self.setWindowTitle('Scenario Image Automation')
# Make window smaller and more compact # Make window smaller and more compact
min_width = 480 min_width = 480
min_height = 360 min_height = 480
self.setMinimumSize(min_width, min_height) self.setMinimumSize(min_width, min_height)
self.setGeometry(100, 100, min_width, min_height) self.setGeometry(100, 100, min_width, min_height)
self.running = False self.running = False