<AI_Window>: name: "AI" GridLayout: cols:1 rows:4 Label: text: "Data Mining " text: "test"
I am trying to assign 2 lines of text for the Label. However when i run this, the output is "test" instead of "test" and "Data Mining ".
Is there a way to output both "test" and "Data Mining" on the label? Thanks
text: "Data Mining\ntest"
2.1m questions
2.1m answers
60 comments
57.0k users