machawk1 / wail

:whale2: Web Archiving Integration Layer: One-Click User Instigated Preservation
https://matkelly.com/wail
MIT License
345 stars 32 forks source link

Add padding to buttons generated with wxPython 4.2.0 #555

Closed machawk1 closed 1 year ago

machawk1 commented 1 year ago

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

machawk1 commented 1 year ago

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

machawk1 commented 1 year ago

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.