mg-pso-gui 0.0.165__py3-none-any.whl → 0.0.167__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.165.dist-info → mg_pso_gui-0.0.167.dist-info}/METADATA +1 -1
- {mg_pso_gui-0.0.165.dist-info → mg_pso_gui-0.0.167.dist-info}/RECORD +6 -6
- mgpsogui/gui/RunTab/RunTab.py +1 -1
- {mg_pso_gui-0.0.165.dist-info → mg_pso_gui-0.0.167.dist-info}/WHEEL +0 -0
- {mg_pso_gui-0.0.165.dist-info → mg_pso_gui-0.0.167.dist-info}/entry_points.txt +0 -0
- {mg_pso_gui-0.0.165.dist-info → mg_pso_gui-0.0.167.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ mgpsogui/gui/OptionManager.py,sha256=bFN2jWJbx1Din3waOFLmbWGt0BXD_KthGJ8Mgue_FEE
|
|
6
6
|
mgpsogui/gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
mgpsogui/gui/PlatformTab/PlatformTab.py,sha256=KyIoHlMKD9nfQqHeGJwRDA4RCoe4UykjB2l6xMTKK_M,10486
|
8
8
|
mgpsogui/gui/PlatformTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
-
mgpsogui/gui/RunTab/RunTab.py,sha256=
|
9
|
+
mgpsogui/gui/RunTab/RunTab.py,sha256=OjRteh5-ivHXRBam1M60JrxzkQEeqjstrUR93K25R8Y,2850
|
10
10
|
mgpsogui/gui/RunTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
mgpsogui/gui/SetupTab/BoundsEditorWindow.py,sha256=tDCap4qFQw3MRQo0d81W3vqmQlWQGNZYPh0TyhCwOvs,2848
|
12
12
|
mgpsogui/gui/SetupTab/BoundsList.py,sha256=rWgEHomH5K5UqmG_j04yH7z6NjE-VDA6DBTaV_uYGzk,12288
|
@@ -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.167.dist-info/METADATA,sha256=aaLQwQJZMk4d7bvnGxpEnWZwJR12tKroVhaBq_htixU,9459
|
36
|
+
mg_pso_gui-0.0.167.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
37
|
+
mg_pso_gui-0.0.167.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
|
38
|
+
mg_pso_gui-0.0.167.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
|
39
|
+
mg_pso_gui-0.0.167.dist-info/RECORD,,
|
mgpsogui/gui/RunTab/RunTab.py
CHANGED
@@ -38,7 +38,7 @@ def create_tab(self, tab):
|
|
38
38
|
self.progress_container.grid_columnconfigure(0, weight=1)
|
39
39
|
self.progress_container.grid_columnconfigure(1, weight=1)
|
40
40
|
self.progress_container.grid_columnconfigure(2, weight=1)
|
41
|
-
self.progress_container.grid(row=0, column=0,
|
41
|
+
self.progress_container.grid(row=0, column=0, padx=(20, 20), pady=(20, 20), sticky="nsew")
|
42
42
|
|
43
43
|
# Add progress bar to progress container
|
44
44
|
self.progress_message_left = customtkinter.CTkLabel(self.progress_container, text="")
|
File without changes
|
File without changes
|
File without changes
|