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
|
#: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
|
||||||
|
|
Loading…
Reference in New Issue