<BoxExample@BoxLayout>:
orientation: "vertical"
BoxLayout:
orientation: "horizontal"
size_hint_y: None
Button:
text: "Logo"
size_hint: None, None
width: "80dp"
height: "40dp"
pos_hint: {'top': 1}
Button:
text: "Menu"
size_hint: 1, None
height: "40dp"
pos_hint: {'top': 1}
Button:
text: "Body"
Button:
text: "Footer"
size_hint: 1, None
height: "40dp"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Under size_hint_y: None
Add this:
Height:self.minimum_height
Row_default_height: '45dp'
Row_force_default:true