FreeCAD icons and splash screen look pixeled on High-DPI screens

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: FreeCAD icons and splash screen look pixeled on High-DPI screens

Post by adrianinsaval »

If you manage to implement that please use it for when the navicube size is changed too, there's a bug with that issue #8082
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: FreeCAD icons and splash screen look pixeled on High-DPI screens

Post by uwestoehr »

adrianinsaval wrote: Fri Jan 20, 2023 5:46 pm If you manage to implement that please use it for when the navicube size is changed too, there's a bug with that issue #8082
Yes, my fix for the fonts will fix this issue too. But as I wrote in my previous post, I am stuck at the moment.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: FreeCAD icons and splash screen look pixeled on High-DPI screens

Post by uwestoehr »

uwestoehr wrote: Mon Jan 23, 2023 3:03 pm Yes, my fix for the fonts will fix this issue too. But as I wrote in my previous post, I am stuck at the moment.
I could resolve the issue. Here is the PR: https://github.com/FreeCAD/FreeCAD/pull/8266
Post Reply