sti2021a.kv 284 B

12345678910111213
  1. <InfoWidget>:
  2. orientation: 'vertical'
  3. Button:
  4. size_hint_y: None
  5. width: root.width / 2
  6. height: 100
  7. font_size: 50
  8. Label:
  9. font_size: 100
  10. center_x: root.width / 2
  11. top: root.top - 50
  12. text: str(root.info)