Update Picocrypt.py

This commit is contained in:
Evan Su 2021-03-23 16:54:18 -04:00 committed by GitHub
parent bc450bd906
commit e5f5f7555d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)