mirror of https://github.com/kivy/kivy.git
Fix bugs in scatter demo
This commit is contained in:
parent
4715beff36
commit
d2538382cd
|
@ -1,12 +1,12 @@
|
|||
#:kivy 1.4
|
||||
|
||||
BoxLayout:
|
||||
FloatLayout:
|
||||
Scatter:
|
||||
size_hint: None, None
|
||||
size: 100, 100
|
||||
pos: 100, 100
|
||||
Image:
|
||||
source: 'softboy.png'
|
||||
source: "../../widgets/softboy.png"
|
||||
Scatter:
|
||||
size_hint: None, None
|
||||
size: 100, 100
|
||||
|
|
Loading…
Reference in New Issue