I have made a dialog. I can't change if the cross button should be on left or right.
I have tried everything and I have no idea what I do wrong.

Example:
Code
dialog new_table {
  title "New Project"
  size -1 -1 251 161
  option dbu
  check "Check Box", 1, 8 15 50 10, left
}

left or right or no option, doesn't matter. Same cross button at same position.