spacr 0.1.61__py3-none-any.whl → 0.1.62__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.
- spacr/gui_elements.py +5 -3
- {spacr-0.1.61.dist-info → spacr-0.1.62.dist-info}/METADATA +1 -1
- {spacr-0.1.61.dist-info → spacr-0.1.62.dist-info}/RECORD +7 -7
- {spacr-0.1.61.dist-info → spacr-0.1.62.dist-info}/LICENSE +0 -0
- {spacr-0.1.61.dist-info → spacr-0.1.62.dist-info}/WHEEL +0 -0
- {spacr-0.1.61.dist-info → spacr-0.1.62.dist-info}/entry_points.txt +0 -0
- {spacr-0.1.61.dist-info → spacr-0.1.62.dist-info}/top_level.txt +0 -0
spacr/gui_elements.py
CHANGED
@@ -101,9 +101,11 @@ class spacrButton(tk.Frame):
|
|
101
101
|
super().__init__(parent, *args, **kwargs)
|
102
102
|
self.text = text
|
103
103
|
self.command = command
|
104
|
-
screen_height = self.winfo_screenheight()
|
105
|
-
button_height = screen_height // 50
|
106
|
-
button_width = button_height * 3
|
104
|
+
#screen_height = self.winfo_screenheight()
|
105
|
+
button_height = 50 #screen_height // 50
|
106
|
+
button_width = 140 #button_height * 3
|
107
|
+
|
108
|
+
#print(button_height, button_width)
|
107
109
|
|
108
110
|
# Increase the canvas size to accommodate the button and the rim
|
109
111
|
self.canvas = tk.Canvas(self, width=button_width + 4, height=button_height + 4, highlightthickness=0, bg="black")
|
@@ -24,7 +24,7 @@ spacr/gui_2.py,sha256=ZAI5quQYbhQJ40vK0NCqU_UMSPLkpfeQpomBWUSM0fc,6946
|
|
24
24
|
spacr/gui_annotate.py,sha256=ugBksLGOHdtOLlEuRyyc59TrkYKu3rDf8JxEgiBSVao,6536
|
25
25
|
spacr/gui_classify_app.py,sha256=Zi15ryc1ocYitRF4kyxlC27XxGyzfSPdvj2d6ZrSh7E,8446
|
26
26
|
spacr/gui_core.py,sha256=itgdS6bokEi2ouRMTKjB6T3TnMyUaAPHNTscAEsq4jE,28401
|
27
|
-
spacr/gui_elements.py,sha256=
|
27
|
+
spacr/gui_elements.py,sha256=WoDrxZg8bzIw5G-WsXG4ek-62cMsU6z0zyn_1P9CX7E,15063
|
28
28
|
spacr/gui_make_masks_app.py,sha256=tl4M4Q2WQgrrwjRBJVevxJxpNowqzPhWkdCOm2UfRbw,45053
|
29
29
|
spacr/gui_make_masks_app_v2.py,sha256=X3izTBXdCZDlkVe-fbG-jmCQtcAbmK0OIivjyWaLhug,30576
|
30
30
|
spacr/gui_mask_app.py,sha256=mhTl_XzXLFl8Tx3WYEMpdYB_qw9u5JJa0EdkvlcIzAE,10706
|
@@ -52,9 +52,9 @@ spacr/version.py,sha256=axH5tnGwtgSnJHb5IDhiu4Zjk5GhLyAEDRe-rnaoFOA,409
|
|
52
52
|
spacr/models/cp/toxo_plaque_cyto_e25000_X1120_Y1120.CP_model,sha256=z8BbHWZPRnE9D_BHO0fBREE85c1vkltDs-incs2ytXQ,26566572
|
53
53
|
spacr/models/cp/toxo_plaque_cyto_e25000_X1120_Y1120.CP_model_settings.csv,sha256=fBAGuL_B8ERVdVizO3BHozTDSbZUh1yFzsYK3wkQN68,420
|
54
54
|
spacr/models/cp/toxo_pv_lumen.CP_model,sha256=2y_CindYhmTvVwBH39SNILF3rI3x9SsRn6qrMxHy3l0,26562451
|
55
|
-
spacr-0.1.
|
56
|
-
spacr-0.1.
|
57
|
-
spacr-0.1.
|
58
|
-
spacr-0.1.
|
59
|
-
spacr-0.1.
|
60
|
-
spacr-0.1.
|
55
|
+
spacr-0.1.62.dist-info/LICENSE,sha256=SR-2MeGc6SCM1UORJYyarSWY_A-JaOMFDj7ReSs9tRM,1083
|
56
|
+
spacr-0.1.62.dist-info/METADATA,sha256=6K_4R8rwrnkEisgBNA6iy3Wm-vweiOVtYUrkJb9VhiY,5050
|
57
|
+
spacr-0.1.62.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
58
|
+
spacr-0.1.62.dist-info/entry_points.txt,sha256=BMC0ql9aNNpv8lUZ8sgDLQMsqaVnX5L535gEhKUP5ho,296
|
59
|
+
spacr-0.1.62.dist-info/top_level.txt,sha256=GJPU8FgwRXGzKeut6JopsSRY2R8T3i9lDgya42tLInY,6
|
60
|
+
spacr-0.1.62.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|