S
S
Stas Povalyaev2021-01-01 20:29:25
Kivy
Stas Povalyaev, 2021-01-01 20:29:25

How to set up Label in python kivy?

I wrote label:

self.TextDEFS = Label(text = "Functions:\n", color=(.9,.9,.9, 1), font_size='15sp', size_hint = (.1, .1), pos_hint = {'center_x': 0.93, 'center_y': 0.86})

my code is written so that when you click on the button to the current text in the Label, the text is added from a new line:
https://www.youtube.com/watch?v=fT5usm-4zBQ&ab_cha...

as you can see in the video, if you add a lot text, Label will fit on top of the button, how to make the text go only down?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question