79327360

Date: 2025-01-03 18:33:38
Score: 2
Natty:
Report link

To make your mdlabel expand with the text, set the height property to this: height=self.texture_size[1]

However, you must understand that the containing parent widget must also have self.minimum_height as its height and None size_hint_y to accomodate the expansion of its child widget

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: SUNNETDev