mg-pso-gui 0.0.171__py3-none-any.whl → 0.0.172__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.171.dist-info → mg_pso_gui-0.0.172.dist-info}/METADATA +1 -1
- {mg_pso_gui-0.0.171.dist-info → mg_pso_gui-0.0.172.dist-info}/RECORD +6 -6
- mgpsogui/gui/HomePage.py +2 -2
- {mg_pso_gui-0.0.171.dist-info → mg_pso_gui-0.0.172.dist-info}/WHEEL +0 -0
- {mg_pso_gui-0.0.171.dist-info → mg_pso_gui-0.0.172.dist-info}/entry_points.txt +0 -0
- {mg_pso_gui-0.0.171.dist-info → mg_pso_gui-0.0.172.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
mgpsogui/__init__.py,sha256=q7AfBjeJABnFtbsZnsObpUwaXKPDVYtz46G6MKXLF74,42
|
2
2
|
mgpsogui/mgpsogui.py,sha256=NIZmyNcbwC8EgSwf1ubdMUSJscrIEgoD4jLYziqHQ-k,148
|
3
3
|
mgpsogui/start.yaml,sha256=ZjCVLb-MLqAxrGRm9kA7_SDpa-45EuKIELNQ2QqCAiU,4713
|
4
|
-
mgpsogui/gui/HomePage.py,sha256=
|
4
|
+
mgpsogui/gui/HomePage.py,sha256=gu-KNAiVRxvEz2_vKTKkUGS7f9ZlmncEIPxPRiShBVE,24242
|
5
5
|
mgpsogui/gui/OptionManager.py,sha256=bFN2jWJbx1Din3waOFLmbWGt0BXD_KthGJ8Mgue_FEE,11712
|
6
6
|
mgpsogui/gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
mgpsogui/gui/PlatformTab/PlatformTab.py,sha256=KyIoHlMKD9nfQqHeGJwRDA4RCoe4UykjB2l6xMTKK_M,10486
|
@@ -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.172.dist-info/METADATA,sha256=AsxgJTbQdxB_QMYCw9r61FdlmI5Ason5rz64I4ST8Ko,9459
|
36
|
+
mg_pso_gui-0.0.172.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
37
|
+
mg_pso_gui-0.0.172.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
|
38
|
+
mg_pso_gui-0.0.172.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
|
39
|
+
mg_pso_gui-0.0.172.dist-info/RECORD,,
|
mgpsogui/gui/HomePage.py
CHANGED
@@ -89,8 +89,8 @@ class App(customtkinter.CTk):
|
|
89
89
|
# 4 is service URL
|
90
90
|
self.service_label = customtkinter.CTkLabel(self.sidebar_frame, text="Service:", anchor="w")
|
91
91
|
self.service_label.grid(row=0, column=3, padx=(80, 5), pady=header_padding_y)
|
92
|
-
self.
|
93
|
-
self.
|
92
|
+
self.service_url = customtkinter.CTkEntry(self.sidebar_frame, textvariable=self.option_manager.get_arguments()['url'])
|
93
|
+
self.service_url.grid(row=0, column=4, columnspan=1, padx=header_padding_x, pady=header_padding_y, sticky="nsew")
|
94
94
|
refresh_image = customtkinter.CTkImage(Image.open(os.path.join("./images", "refresh.png")), size=(20, 20))
|
95
95
|
self.refresh_button = customtkinter.CTkButton(self.sidebar_frame, text=None, width=30, image=refresh_image, command=self.load)
|
96
96
|
self.refresh_button.grid(row=0, column=5, padx=(5, 80), pady=header_padding_y)
|
File without changes
|
File without changes
|
File without changes
|