Skip to content
Snippets Groups Projects
Commit b11aa808 authored by Olle Hansson's avatar Olle Hansson
Browse files

Fixed size of simulate windows

parent 201a5fd0
No related branches found
No related tags found
No related merge requests found
Pipeline #90319 passed
......@@ -16,6 +16,7 @@ from qtpy.QtWidgets import (
QGridLayout,
QHBoxLayout,
QLabel,
QLayout,
QLineEdit,
QPushButton,
QShortcut,
......@@ -41,7 +42,7 @@ class SimulateSFGWindow(QDialog):
self.setWindowTitle("Simulate SFG")
self.dialog_layout = QVBoxLayout()
self.dialog_layout.setSizeConstraint(QLayout.SetFixedSize)
self.simulate_btn = QPushButton("Simulate")
self.simulate_btn.clicked.connect(self.save_properties)
self.dialog_layout.addWidget(self.simulate_btn)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment