LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Impossible to get rid of scrollbars #50

Closed LewisGaul closed 4 years ago

LewisGaul commented 4 years ago

For some reason there is a case where scrollbars are appearing when the window is at maximum size, so the scrollbars shouldn't be needed. This is was seen on Windows 10 with Python 3.7, using requirements.txt.

LewisGaul commented 4 years ago

Fixed by increasing sizeHint height of minefield by 1 pixel... No idea why this was required - should look into it more at some point.