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