1

When calling Dialog.show("title", "text", "ok", "cancel") then in runtime there is a line break between the Dialog title and its body. How to remove this line break because the Dialog is not very pretty to look ?

bharath
  • 14,283
  • 16
  • 57
  • 95

1 Answers1

1

Set the DialogTitle border to empty on ResourceEdit. Also you can set the DialogContentPane border to empty on ResourceEdit.

bharath
  • 14,283
  • 16
  • 57
  • 95