kivy/examples/demo/kivycatalog/container_kvs/StackLayoutContainer.kv

25 lines
477 B
Plaintext
Raw Normal View History

#:kivy 1.4
StackLayout:
orientation: 'tb-lr'
padding: 10
spacing: 5
Button:
text: "Button 1"
2012-10-23 03:47:32 +00:00
size_hint: .2, .4
width: 100
Button:
text: "Button 2"
2012-10-23 03:47:32 +00:00
size_hint: .2, .4
Button:
text: "Button 3"
2012-10-23 03:47:32 +00:00
size_hint: .2, .4
Button:
text: "Button 4"
2012-10-23 03:47:32 +00:00
size_hint: .2, .4
Button:
text: "Button 5"
2012-10-23 03:47:32 +00:00
size_hint: .2, .4
Button:
text: "Button 6"
2012-10-23 03:47:32 +00:00
size_hint: .2, .4