source-foundry / Slice

An open-source, cross-platform GUI app to generate custom font design spaces from variable fonts
https://slice-gui.netlify.app/
GNU General Public License v3.0
158 stars 9 forks source link

Font input clear icon doesn't honor retina displays. #33

Open fabiocaccamo opened 3 years ago

fabiocaccamo commented 3 years ago
Screenshot 2021-04-29 at 12 32 00
chrissimpkins commented 3 years ago

Thanks for reporting this! The icon is a PyQt5 builtin for the free text field. Let me check to see if there is anything that I am missing for higher pixel density rendering. I can look into a custom implementation if there is no way around it. I'd like to use the same button to clear all of the editor fields (https://github.com/source-foundry/Slice/issues/29) and haven't found a way to hook into the click event yet so the custom approach may be the better one anyways. Let's see what we can do about it.

fabiocaccamo commented 3 years ago

it looks more a PyQt5 issue...