Skip to content
Snippets Groups Projects
Commit 3419a21d authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Fix zone plate height and width definition

parent f77282f9
No related branches found
No related tags found
1 merge request!14Collection of small updates
......@@ -715,7 +715,7 @@ class TZPGcalc():
style=style,
layout=layout
)
self.widgets['TZPGwH'] = widgets.BoundedFloatText(
self.widgets['TZPGwV'] = widgets.BoundedFloatText(
value=1.0,
min=.1,
max=3.0,
......@@ -724,7 +724,7 @@ class TZPGcalc():
style=style,
layout=layout
)
self.widgets['TZPGwV'] = widgets.BoundedFloatText(
self.widgets['TZPGwH'] = widgets.BoundedFloatText(
value=1.0,
min=.1,
max=3.0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment