Add scale factor for high dpi displays #168
Replies: 4 comments 1 reply
-
|
Well... I've just found that I can use: |
Beta Was this translation helpful? Give feedback.
-
|
Yes with the java command line is good for me. |
Beta Was this translation helpful? Give feedback.
-
|
I have added a new GUI Debug Dialog for the next release, where you can now change the UI scaling like 100, 125, 150, 175, 200, 250, and 300%. And the GUI remembers your setting. 😊 |
Beta Was this translation helpful? Give feedback.
-
|
@martinezpenya I have not implemented anything yet, to change language, but it should be easy to do. 😊 I create a feature request for you here, if/when you want to get started: #169 We can have diskussions/details/questions about it there. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My laptop is a 3k resolution in only 14" screen.
I would like to learn kotlin and collaborate with your project.
I've downloaded the project and get it working in my IntelliJIDE, and I would like to add an option to set scale of the UI so the menu bar, and in general the scale of everything in the screen gets a scale.
Adding (with the help of grok) a small line in the
fun main()of theGuiApp.ktI get the double size scale that I need:But I know that this needs to be a setting, so I need your opinion...
Viewwith for example 3 sizes: 100%, 150%, 200%)config.properties)If you can tell me what's your opinion about that, and any thing that I need to take care of, I want to try to send you a pull request about this thing.
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions