#:kivy 1.4
GridLayout:
cols: 2
Button:
text: "Button 1"
size_hint_x: None
width: 100
text: "Button 2"
text: "Button 3"
text: "Button 4"
text: "Button 5"
text: "Button 6"