Ensure that game board tiles get placed together.

This commit is contained in:
Dorian 2017-05-31 08:19:00 -04:00
parent c58c8b45fe
commit b6ff53fd8d
1 changed files with 5 additions and 0 deletions

View File

@ -155,3 +155,8 @@ ScreenManager:
<GameBoard@GridLayout>: <GameBoard@GridLayout>:
rows: 8 rows: 8
cols: 8 cols: 8
# TODO: Make sure the grid height and width is a fraction of the screen.
row_force_default: True
row_default_height: 50
col_force_default: True
col_default_width: 50