mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00
Represent the window scale factor conversions in the IR
That means less code in the generators and easier to extend in the future with more built-in functions.
This commit is contained in:
parent
1d0eacc87f
commit
41671e3efb
6 changed files with 87 additions and 26 deletions
|
@ -117,6 +117,7 @@ fn to_eval_value<'cx>(
|
|||
| Type::Component(_)
|
||||
| Type::Builtin(_)
|
||||
| Type::Native(_)
|
||||
| Type::Function { .. }
|
||||
| Type::Model
|
||||
| Type::Signal
|
||||
| Type::Easing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue