nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.74k stars 328 forks source link

[Feature Request] (fractional) scaling #360

Open PalmTamino opened 1 year ago

PalmTamino commented 1 year ago

Hey, since fractional scaling on linux is basically a horrible experience for example: Steam, Discord, Lutris emulated games, KeepassXC and many other apps get low resolution when fractional scaling is enabled. And not even starting to talk about x11, it's not even possible there...

Well, so yeah, i set font size a bit bigger and big text on so it's not completely small (200% normal scaling would be too much)

But the notes app is still really small and doesn't look good when using font size and all, and since you are a really great developer, i wanted to ask you if you can make a settings like Overwrite system scaling with a slider where we can set the scale of the app individually, this would be a really great thing to have and i would really appreciate it!

gonzaarcr commented 1 year ago

I overwrite the environment variables to achive that

QT_SCALE_FACTOR=1.5 QT_FONT_DPI=112 ./Notes-x86_64.appimage
nuttyartist commented 1 year ago

@PalmTamino Will implementing support for HighDPI screens #39 solve your problem?