From e5f5f7555d094d4fb9a30201c0b9aa9c1ec6a5a8 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 23 Mar 2021 16:54:18 -0400 Subject: [PATCH] Update Picocrypt.py --- src/unstable/Picocrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstable/Picocrypt.py b/src/unstable/Picocrypt.py index 286bc33..cc978ff 100644 --- a/src/unstable/Picocrypt.py +++ b/src/unstable/Picocrypt.py @@ -1015,7 +1015,7 @@ rsBtn["state"] = "disabled" startFrame = tkinter.Frame( tk, width=442, - height=25 + height=24 ) startFrame.place(x=19,y=350) startFrame.columnconfigure(0,weight=10)