formating
This commit is contained in:
parent
51fd5931f0
commit
67f94f2e26
1 changed files with 1 additions and 1 deletions
2
ben10.py
2
ben10.py
|
@ -48,7 +48,7 @@ omnitrix_left.grid(column=0, row=1, rowspan=3)
|
||||||
omnitrix_right = Button(root, text=">", fg="white", bg="black",
|
omnitrix_right = Button(root, text=">", fg="white", bg="black",
|
||||||
command=lambda: count_up(omnitrix_button), highlightthickness=0, bd=0, height=30, width=4)
|
command=lambda: count_up(omnitrix_button), highlightthickness=0, bd=0, height=30, width=4)
|
||||||
# omnitrix_right.pack(side="right")
|
# omnitrix_right.pack(side="right")
|
||||||
omnitrix_right.grid(column=3, row=1,rowspan=3)
|
omnitrix_right.grid(column=3, row=1, rowspan=3)
|
||||||
# changes alien button (right)
|
# changes alien button (right)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue