Make stack layout more representative

This commit is contained in:
Dusty Phillips 2012-10-22 21:47:32 -06:00
parent 4879498652
commit 8a4351c3db
1 changed files with 6 additions and 6 deletions

View File

@ -6,20 +6,20 @@ StackLayout:
spacing: 5
Button:
text: "Button 1"
size_hint: .2, .5
size_hint: .2, .4
width: 100
Button:
text: "Button 2"
size_hint: .2, .5
size_hint: .2, .4
Button:
text: "Button 3"
size_hint: .2, .5
size_hint: .2, .4
Button:
text: "Button 4"
size_hint: .2, .5
size_hint: .2, .4
Button:
text: "Button 5"
size_hint: .2, .5
size_hint: .2, .4
Button:
text: "Button 6"
size_hint: .2, .5
size_hint: .2, .4