mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Delay the percentage size conversion to after the layouting phase
So we can see inthe layouting phase if the size was in percent
This commit is contained in:
parent
92218a8b6e
commit
0174db3679
6 changed files with 67 additions and 53 deletions
|
@ -10,7 +10,6 @@ LICENSE END */
|
|||
|
||||
Foo := Rectangle {
|
||||
width: 30%;
|
||||
// ^error{Cannot find parent property to apply relative lenght}
|
||||
|
||||
Rectangle {
|
||||
height: 111%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue