Allow stretching of backdrop image.
This commit is contained in:
parent
c6b39091ad
commit
81b17bef75
|
@ -9,6 +9,7 @@ ScreenManager:
|
||||||
name: 'menu'
|
name: 'menu'
|
||||||
Image:
|
Image:
|
||||||
source: 'images/backdrop.jpg'
|
source: 'images/backdrop.jpg'
|
||||||
|
allow_stretch: True
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
orientation: "vertical"
|
orientation: "vertical"
|
||||||
Label:
|
Label:
|
||||||
|
@ -71,6 +72,7 @@ ScreenManager:
|
||||||
name: 'game'
|
name: 'game'
|
||||||
Image:
|
Image:
|
||||||
source: 'images/backdrop.jpg'
|
source: 'images/backdrop.jpg'
|
||||||
|
allow_stretch: True
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
orientation: "vertical"
|
orientation: "vertical"
|
||||||
Label:
|
Label:
|
||||||
|
@ -86,6 +88,7 @@ ScreenManager:
|
||||||
documentation: "credits"
|
documentation: "credits"
|
||||||
Image:
|
Image:
|
||||||
source: 'images/backdrop.jpg'
|
source: 'images/backdrop.jpg'
|
||||||
|
allow_stretch: True
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
orientation: "vertical"
|
orientation: "vertical"
|
||||||
Label:
|
Label:
|
||||||
|
|
Loading…
Reference in New Issue