diff --git a/pyamaze/pyamaze.py b/pyamaze/pyamaze.py index 9a71878..4d9bfeb 100644 --- a/pyamaze/pyamaze.py +++ b/pyamaze/pyamaze.py @@ -619,7 +619,7 @@ def _drawMaze(self,theme): self._LabWidth=26 # Space from the top for Labels self._win=Tk() - self._win.state('zoomed') + # self._win.state('zoomed') self._win.title('PYTHON MAZE WORLD by Learning Orbis') scr_width=self._win.winfo_screenwidth()