wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

Add size parameter to wxTextEntryDialog #24467

Closed Blake-Madden closed 1 month ago

Blake-Madden commented 1 month ago

I fit the sizer to the dialog (instead of the other way around) after setting the dialog's min size.

Leaving the default results in the same appearance as before, and providing a custom sizes works.

This implements #24465.