Revert "Utility style fix"
This reverts commit dc1f2a92cc454aa045da38210c2b26382dc80264.
This commit is contained in:
parent
bd429393a5
commit
60f01d9dd8
@ -364,7 +364,7 @@ def create():
|
||||
_update_proj_plots()
|
||||
|
||||
proj_auto_checkbox = CheckboxGroup(
|
||||
labels=["Projections Intensity Range:"], active=[0], width=145, margin=[10, 5, 0, 5]
|
||||
labels=["Projections Intensity Range"], active=[0], width=145, margin=[10, 5, 0, 5]
|
||||
)
|
||||
proj_auto_checkbox.on_change("active", proj_auto_checkbox_callback)
|
||||
|
||||
|
@ -689,7 +689,7 @@ def create():
|
||||
_update_image()
|
||||
|
||||
main_auto_checkbox = CheckboxGroup(
|
||||
labels=["Frame Intensity Range:"], active=[0], width=145, margin=[10, 5, 0, 5]
|
||||
labels=["Frame Intensity Range"], active=[0], width=145, margin=[10, 5, 0, 5]
|
||||
)
|
||||
main_auto_checkbox.on_change("active", main_auto_checkbox_callback)
|
||||
|
||||
@ -721,7 +721,7 @@ def create():
|
||||
_update_proj_plots()
|
||||
|
||||
proj_auto_checkbox = CheckboxGroup(
|
||||
labels=["Projections Intensity Range:"], active=[0], width=145, margin=[10, 5, 0, 5]
|
||||
labels=["Projections Intensity Range"], active=[0], width=145, margin=[10, 5, 0, 5]
|
||||
)
|
||||
proj_auto_checkbox.on_change("active", proj_auto_checkbox_callback)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user