mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Split Text item into SimpleText and ComplexText
SimpleText has all the most common properties and is half the size
This commit is contained in:
parent
8b5df70dd0
commit
35a6e7bde5
7 changed files with 247 additions and 76 deletions
|
@ -263,7 +263,8 @@ fn gen_corelib(
|
|||
"TouchArea",
|
||||
"FocusScope",
|
||||
"Flickable",
|
||||
"Text",
|
||||
"SimpleText",
|
||||
"ComplexText",
|
||||
"Path",
|
||||
"WindowItem",
|
||||
"TextInput",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue