Hallo, quick question: Is it possible to set the U...
# compose-desktop
t
Hallo, quick question: Is it possible to set the UI Scaling (DPI) at runtime?
z
You can provide a different LocalDensity value
t
Thanks works perfectly ^^ Ps. Nice to see familiar faces after months of inactivity 😁 Code:
CompositionLocalProvider(LocalDensity provides Density(1f, 1.25f)) {
[...]
}
1