GUI changes

This commit is contained in:
Andrzej 2021-05-01 01:27:41 +02:00
parent 2db4051e5b
commit a5a2820eca
2 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ step = IMAGE_SIZE + 3
class Field(object):
def __init__(self):
self.win = Tk()
self.width = 550
self.height = 550
self.width = 555
self.height = 555
self.image_size = 50
self.rows = 10
self.columns = 10