Replies: 3 comments 1 reply
-
What is your use case? |
Beta Was this translation helpful? Give feedback.
-
I suppose my thinking is that I would like to implement a window level zoom/scale functionality similar to Google Chrome. Below is a screenshot of Chrome being scaled to 75%; imagine if I could invoke something along the lines of I realize that this is probably outside the scope of Slint's current notion of |
Beta Was this translation helpful? Give feedback.
-
@npwoods @ogoffart Could this be related to #9382, or is it something else? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Many applications have a technique for changing the scale (e.g.
CTRL
with the mouse wheel in Google Chrome). It would be very easy to implement similar features in Slint if we hadWindow::set_scale_factor()
or the equivalentBeta Was this translation helpful? Give feedback.
All reactions