mg-pso-gui 0.1.37__py3-none-any.whl → 0.1.38__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mg-pso-gui
3
- Version: 0.1.37
3
+ Version: 0.1.38
4
4
  Summary: GUI for MG-PSO
5
5
  Author: Robert Cordingly
6
6
  Author-email: <rcording@uw.ed>
@@ -17,7 +17,7 @@ mgpsogui/gui/SetupTab/SetupTab.py,sha256=Doy_6xLq1BjhLTFHRQm7CAbpQzUnNJW4KkBcdfr
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
20
- mgpsogui/gui/VisualizeTab/SideBar.py,sha256=-NYXFaS06zZcWZ51R8D_7KfMiL4UmwOpR5FmldX4oEY,3479
20
+ mgpsogui/gui/VisualizeTab/SideBar.py,sha256=gFloobHRLUvdmAw3C6W4_SxpJxAGr0w3aawbH8TYsNk,3503
21
21
  mgpsogui/gui/VisualizeTab/VisualizeTab.py,sha256=oW_L4nljdA8cVGaJgl-EL9_ZNkqiRrbgfxe68f2gqkU,3438
22
22
  mgpsogui/gui/VisualizeTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  mgpsogui/gui/images/IGOW 4 Logo.png,sha256=JixNXz5gOEj898VF-_PHthAlGU-6W-y9ucb4EVNPtjs,433752
@@ -45,8 +45,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
45
45
  mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
46
46
  mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
47
47
  mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
48
- mg_pso_gui-0.1.37.dist-info/METADATA,sha256=28WFZ_pi7Unedv-NjoWcvRkDYZD2IHJb96sIVk13vq4,9458
49
- mg_pso_gui-0.1.37.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
50
- mg_pso_gui-0.1.37.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
51
- mg_pso_gui-0.1.37.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
52
- mg_pso_gui-0.1.37.dist-info/RECORD,,
48
+ mg_pso_gui-0.1.38.dist-info/METADATA,sha256=zJymaVnCMScYqolUUHQWBPYviJECOAtc99qD5xc0p-c,9458
49
+ mg_pso_gui-0.1.38.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
50
+ mg_pso_gui-0.1.38.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
51
+ mg_pso_gui-0.1.38.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
52
+ mg_pso_gui-0.1.38.dist-info/RECORD,,
@@ -30,9 +30,9 @@ class SideBar(CTkScrollableFrame):
30
30
 
31
31
  def render(self):
32
32
 
33
- self.containerFrame = CTkFrame(self)
33
+ self.containerFrame = CTkFrame(self, width=300, fg_color="transparent")
34
34
  self.containerFrame.grid(row=0, column=0, padx=(
35
- 0, 0), pady=(0, 0), width=300, sticky="ew")
35
+ 0, 0), pady=(0, 0), sticky="ew")
36
36
  self.containerFrame.grid_columnconfigure(0, weight=1)
37
37
 
38
38
  selected_graph = self.home_page.graph_selector_value.get()