mg-pso-gui 0.0.176__py3-none-any.whl → 0.0.178__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {mg_pso_gui-0.0.176.dist-info → mg_pso_gui-0.0.178.dist-info}/METADATA +1 -1
- {mg_pso_gui-0.0.176.dist-info → mg_pso_gui-0.0.178.dist-info}/RECORD +6 -6
- mgpsogui/gui/SetupTab/SetupTab.py +2 -2
- {mg_pso_gui-0.0.176.dist-info → mg_pso_gui-0.0.178.dist-info}/WHEEL +0 -0
- {mg_pso_gui-0.0.176.dist-info → mg_pso_gui-0.0.178.dist-info}/entry_points.txt +0 -0
- {mg_pso_gui-0.0.176.dist-info → mg_pso_gui-0.0.178.dist-info}/top_level.txt +0 -0
@@ -13,7 +13,7 @@ mgpsogui/gui/SetupTab/BoundsList.py,sha256=SC-TcFPEoL_p7xKV4DLoZU92TE3isLvGrDJ3f
|
|
13
13
|
mgpsogui/gui/SetupTab/CalibrationParametersView.py,sha256=ppVBHG3nphku9-P6Z8az-HTpgk8vHxnj-A5m80BZTgA,2784
|
14
14
|
mgpsogui/gui/SetupTab/FunctionsList.py,sha256=tUqW43VWpxFpdo9UHaPvFQ0CtCo9mFI3mri52ikntrE,4092
|
15
15
|
mgpsogui/gui/SetupTab/ListParametersView.py,sha256=wYcDcaooYkw-y7XW6dJUwhTWxLuUUOK5tGUFVHBf3ck,7352
|
16
|
-
mgpsogui/gui/SetupTab/SetupTab.py,sha256=
|
16
|
+
mgpsogui/gui/SetupTab/SetupTab.py,sha256=OVrTA5gFlRaqXvHAJy6GV2fGA0Mwf09IMzc0cWKaJTs,1327
|
17
17
|
mgpsogui/gui/SetupTab/StaticParameterView.py,sha256=iEG-UpBBlAJabZo3MG768oLqOROjUPc23tKOSd47IUc,2739
|
18
18
|
mgpsogui/gui/SetupTab/StepView.py,sha256=oG5Q-3xpTRP1f_PbNvohKctrbpD63zLAJzHD00bN44k,5531
|
19
19
|
mgpsogui/gui/SetupTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -32,8 +32,8 @@ mgpsogui/util/PSORunner.py,sha256=7iUYRUXgpZ0l0rqoyHQYY1Yg9q0gl9TE0jNaHZMv04c,29
|
|
32
32
|
mgpsogui/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
33
|
mgpsogui/util/CTkToolTip/__init__.py,sha256=G1jxV55hGtGgwyC1sR-uUUdasDdh0XZgcI-aILgGYA0,225
|
34
34
|
mgpsogui/util/CTkToolTip/ctk_tooltip.py,sha256=SZMovpQIGvdpDRbqCKl9SHs92DrFCO2MOYL2ifolvOE,6329
|
35
|
-
mg_pso_gui-0.0.
|
36
|
-
mg_pso_gui-0.0.
|
37
|
-
mg_pso_gui-0.0.
|
38
|
-
mg_pso_gui-0.0.
|
39
|
-
mg_pso_gui-0.0.
|
35
|
+
mg_pso_gui-0.0.178.dist-info/METADATA,sha256=LnUwHCUPOLRlPGC-8xGRw2E1Gkv68M6WTuSCkyb73C4,9459
|
36
|
+
mg_pso_gui-0.0.178.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
37
|
+
mg_pso_gui-0.0.178.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
|
38
|
+
mg_pso_gui-0.0.178.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
|
39
|
+
mg_pso_gui-0.0.178.dist-info/RECORD,,
|
@@ -12,7 +12,7 @@ def create_tab(self, tab):
|
|
12
12
|
tab.grid_rowconfigure(0, weight=1)
|
13
13
|
|
14
14
|
self.static_param_frame = spv.StaticParameterView(tab, label_text="Static Parameters", option_manager=self.option_manager)
|
15
|
-
self.static_param_frame.grid(row=0, column=0, padx=(
|
15
|
+
self.static_param_frame.grid(row=0, column=0, padx=(0, 10), pady=(10, 0), sticky="nsew")
|
16
16
|
self.static_param_frame.grid_columnconfigure(0, weight=1)
|
17
17
|
self.static_param_frame.grid_rowconfigure(0, weight=1)
|
18
18
|
|
@@ -22,7 +22,7 @@ def create_tab(self, tab):
|
|
22
22
|
self.steps_frame.grid_rowconfigure(0, weight=1)
|
23
23
|
|
24
24
|
self.calib_param_frame = cpv.CalibrationParametersView(tab, label_text="Calibration Parameters", option_manager=self.option_manager)
|
25
|
-
self.calib_param_frame.grid(row=0, column=
|
25
|
+
self.calib_param_frame.grid(row=0, column=2, padx=(10, 0), pady=(10, 0), sticky="nsew")
|
26
26
|
self.calib_param_frame.grid_columnconfigure(0, weight=1)
|
27
27
|
self.calib_param_frame.grid_rowconfigure(0, weight=1)
|
28
28
|
|
File without changes
|
File without changes
|
File without changes
|