Replies: 1 comment 1 reply
-
|
Otherwise, you can use The question is also why is the scale factor not correct by default. What platform and backend are we talking about? There is maybe something wrong in their setting, but the Slint application should normally use the same scaling as all other applications on the desktop |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Some users complain that the application’s UI elements are too small.
One possible workaround for them is to set SLINT_SCALE_FACTOR to a value greater than 1.
However, this is inconvenient for most users(to do this manually), so I’d prefer to be able to configure this from inside application, rather than via env::set_var, which is unsafe.
Beta Was this translation helpful? Give feedback.
All reactions