Skip to content
Snippets Groups Projects
Commit d98e4a57 authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

tweaked some gui custom widget min/max values

parent eaf46787
Branches
Tags
No related merge requests found
......@@ -33,14 +33,14 @@ class CustomWidget(RenderModeWidget):
#Defaults
min_sphere_detail = 1
max_sphere_detail = 20
max_sphere_detail = 12
min_arc_detail = 1
max_arc_detail = 20
max_arc_detail = 12
min_rad = 0.05
max_bond_rad = 1.0
max_sphere_rad = 1.0
max_bond_rad = 5.0
max_sphere_rad = 5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment