Open fabiocaccamo opened 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.
it looks more a PyQt5
issue...