machawk1/wail

Add padding to buttons generated with wxPython 4.2.0

machawk1 opened this issue · 2 comments

Newer versions of wxPython appear to have less padding around certain UI elements.

Latest release (wxPython pre-4.2.0):
wxpython_411

Main branch with wxPython 4.2.0:
wxpython_420

This also appears to be the case even with macOS 11 per the screenshot artifacts available produced by the latest GitHub action.

260ff46 handles it for one panel but it might be best to see if there is some default that was reset in wxPython 4.2.0.