SierraBreezeEnhanced icon indicating copy to clipboard operation
SierraBreezeEnhanced copied to clipboard

Spacing is not consistent across DPIs

Open paulmcauley opened this issue 3 years ago • 2 comments

I had a look through your source code, and noticed that you had stripped out the s->smallSpacing() factor from your spacing/padding/offset. You need this factor so that the spacing is consistent across multiple DPIs. You can see how I did it in my ClassikStyles decoration at https://github.com/paulmcauley/classikstyles

You can also multiply the corner radius by the s->smallSpacing() factor to get a consistent corner radius across DPIs

paulmcauley avatar Apr 08 '21 00:04 paulmcauley

hey, thank you very much for pointing this out. unfortunately I don't have much time lately to work on SBE...

I'll set this as a low priority bug for now, maybe somebody picks it up.

kupiqu avatar Apr 09 '21 13:04 kupiqu

My aim is that SBE is maintained by the community. This should be super easy to fix. I hope someone in the community cares about SBE and submits a pull request about it...

kupiqu avatar Nov 01 '21 09:11 kupiqu