Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checkbox font clipping (kallisti5#126)
* Use const in more places * Revert "Use const in more places" This reverts commit 125b4aa. * Fixed checkbox widgets would clip the font height At least in some cases (with a font size of 15 that I tested), the font height was clipped due to the height of the checkbox being smaller. Adding 2 pixels of padding in the height seems to fix that.
- Loading branch information