add margin to footer so it doesnt disappear on long pages
This commit is contained in:
parent
691602a727
commit
2609939ce1
@ -45,7 +45,8 @@ class BasePage(Component):
|
|||||||
grow_x=False,
|
grow_x=False,
|
||||||
grow_y=False,
|
grow_y=False,
|
||||||
min_height=1.2,
|
min_height=1.2,
|
||||||
min_width=53.1
|
min_width=53.1,
|
||||||
|
margin_bottom=3
|
||||||
),
|
),
|
||||||
Spacer(grow_x=True, grow_y=False),
|
Spacer(grow_x=True, grow_y=False),
|
||||||
grow_y=False
|
grow_y=False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user