The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
The current implementation of msgBoxCustom restricts the width and height of the buttons. This makes it hard to create custom buttons if your button is particularly 'wordy'
I suggest new additional global constants in addition to the current MsgBoxCustom_ ones such as
MsgBoxCustom_ButtonHeight_Large
MsgBoxCustom_ButtonHeight_Medium
MsgBoxCustom_ButtonHeight_Small
MsgBoxCustom_ButtonWidth_Large
MsgBoxCustom_ButtonWidth_Medium
MsgBoxCustom_ButtonWidth_Small
This will allow better customizability for an already 'custom' message box.