KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
62 stars 5 forks source link

Change Font button to wxCommandLinkButton #1445

Closed Randalphwa closed 3 months ago

Randalphwa commented 3 months ago

This avoids the button be truncated on Unix, as well as providing a better description of what the button is for without taking up more space in the dialog.

This PR switches the Font button in Preferences to a wxCommandLinkButton. This fixes the truncated button on Linux, makes the button still readable in case a non-ASCII font is chosen, and provides a longer description without taking up more UI space.