How might I change the height of a B4XDialog box
B4X:
Dim rs As Object = dialog.Show(ResourceStrings.Get("subDescription"), "6 Month", "No Thanks", "12 Month")
Wait For (rs) Complete (Result As Int)
If Result = xui.DialogResponse_Positive Then