Skip to content
Snippets Groups Projects

Collection of small updates

Merged Loïc Le Guyader requested to merge updates into master
+ 2
2
@@ -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,
Loading