'Kivy Label moves when adding text
In a Kivy app I am making there is a label in which after the initial text I am adding some more text. The label text centers itself. How to get text added to the end of the label without moving.
MyLabel = Label(text = "Hello World", halign = "right")
did not work
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
