We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 593c23f + c3c8699 commit 64a4e5bCopy full SHA for 64a4e5b
1 file changed
openmc_plotter/docks.py
@@ -127,11 +127,13 @@ def _createOptionsBox(self):
127
# Width
128
self.widthBox = QDoubleSpinBox(self)
129
self.widthBox.setRange(.1, 99999)
130
+ self.widthBox.setDecimals(9)
131
self.widthBox.valueChanged.connect(self.main_window.editWidth)
132
133
# Height
134
self.heightBox = QDoubleSpinBox(self)
135
self.heightBox.setRange(.1, 99999)
136
137
self.heightBox.valueChanged.connect(self.main_window.editHeight)
138
139
# ColorBy
0 commit comments