From b8968192caa61ffc103ab68783e08dd53552a45c Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Thu, 19 Aug 2021 15:14:36 +0200 Subject: [PATCH] Enable editing lattice constants Fix #35 --- pyzebra/app/panel_spind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyzebra/app/panel_spind.py b/pyzebra/app/panel_spind.py index c5ece5b..709cf7f 100644 --- a/pyzebra/app/panel_spind.py +++ b/pyzebra/app/panel_spind.py @@ -24,7 +24,7 @@ def create(): events_data = doc.events_data npeaks_spinner = Spinner(title="Number of peaks from hdf_view panel:", disabled=True) - lattice_const_textinput = TextInput(title="Lattice constants:", disabled=True) + lattice_const_textinput = TextInput(title="Lattice constants:") max_res_spinner = Spinner(title="max-res:", value=2, step=0.01, width=145) seed_pool_size_spinner = Spinner(title="seed-pool-size:", value=5, step=0.01, width=145) seed_len_tol_spinner = Spinner(title="seed-len-tol:", value=0.02, step=0.01, width=145)