Fix bugs in scatter demo

This commit is contained in:
Dusty Phillips 2012-10-17 21:50:23 -06:00
parent 4715beff36
commit d2538382cd
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
#:kivy 1.4 #:kivy 1.4
BoxLayout: FloatLayout:
Scatter: Scatter:
size_hint: None, None size_hint: None, None
size: 100, 100 size: 100, 100
pos: 100, 100 pos: 100, 100
Image: Image:
source: 'softboy.png' source: "../../widgets/softboy.png"
Scatter: Scatter:
size_hint: None, None size_hint: None, None
size: 100, 100 size: 100, 100