Posts by Guilherme Nielsen • 11 points
1 post
-
1
votes2
answers230
viewsA: What is the size_hint_x attribute in Kivy for?
size_hint_x is the width a child widget has relative to the width available in the parent widget. Let’s say your code has a Boxlayout and you want to put two buttons on it, the second button will be…