KeyWorksRW / wxUiEditor

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

Switch to user-customizable icon size for Navigation Panel #1444

Closed Randalphwa closed 3 months ago

Randalphwa commented 3 months ago

This PR adds an Icon Size preference setting in the Preferences Dialog which is used to set the icon size of the icons in the tree control (Navigation Panel). On Windows, the specified size will first be adjusted for the current display scaling factor before being applied to the icons.

This combines the replacement of all PNG images with SVG images, now integrated into the toolbars, menus and with this the tree control. As such, this finally closes #1192.