When using wxTextEntryDialog, you can resize the window down to 0, 0 which you shouldn't be able to do. Furthermore in single line mode you can resize it taller than the bottom buttons which causes an unexpected space at the bottom of the window. Lastly it would be nice to have a fully non-resizable style flag as well.
A clear and concise description of what the bug is.
Expect minimum size to be the fitting size.
Expect maximum height to be to the bottom of the OK button + padding in single line mode.
Observed no min size constraint
Observed no height constraint in single line mode
Show text entry dialog and resize it:
wxTextEntryDialog dialog(this, "Join our email list.\nStay informed of the latest important news.\n\nEmail Address:", "Developer eList", ""); dialog.ShowModal()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
We should definitely set the min size, and this is simple to do.
As for max size, setting it is simple too but I'm not sure if it actually works, would need to check it.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz I'll take a look at this this week if you want to assign it to me.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Sure, TIA!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()