update minimum height
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user