vv9k / epick

Color picker for creating harmonic color palettes that works on Linux, Windows, macOS and web.
GNU General Public License v3.0
101 stars 2 forks source link

Support for high res displays #50

Closed sluedecke closed 2 years ago

sluedecke commented 2 years ago

epick is great, but it looks very small on a 2500x1440 display.

Can you add an option to scale the UI?

vv9k commented 2 years ago

Seems like a good idea. Will look into this soon when I get some free time.

vv9k commented 2 years ago

I've added some changes in #51 . There is a slider in settings now that will scale the whole UI. It has to be done manually for now as egui doesn't expose the current monitor size so it's not clear (for now) how to automatically adjust the scale.

sluedecke commented 2 years ago

That should do, many apps provide exactly such a slider. Thank you very much for it!