littleweeb / Desktop

Codebase for all the desktop versions (mac, linux & windows).
https://littleweeb.github.io
MIT License
132 stars 14 forks source link

Text bugs when in 4K #10

Open md-lucas opened 5 years ago

md-lucas commented 5 years ago
error 4k error 4k 2

When the program is maximized the text dissapear

EldinZenderink commented 5 years ago

hmmm, could be an electron thingy (scalability etc.) or it could be my webdev skills having a brainfart. Eitherway, i will have a look into it, but i don't have a good way to test it as I don't have 4k screens.

md-lucas commented 5 years ago

I dont know if it helps but by trying to debug this by myself i found that by opening the index.html on the wwwroot folder the program runs on the browser and scales properly, I thought it could be the size because the browser is smaller but it isnt it...

EldinZenderink commented 5 years ago

Sorry for the late reply. That basically proofs that electron is at fault here, the new version soon to be released shall include an updated version of electron, in hopes that it fixes high resolution problems.