mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-28 18:34:21 +00:00
Update Picocrypt.py
This commit is contained in:
parent
bc450bd906
commit
e5f5f7555d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue