In this screenshot the height of the titlebar (green line) can be easily changed with dialog.TitleBarHeight.
However, there is no such thing as dialog.ButtonBarHeight (red line).
How can I give more room to the buttons? I can position them higher with
B4X:
Dim b As B4XView=dialog.GetButton(xui.DialogResponse_Positive)
b.Top=b.top-14dip