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 ?
Asked
Active
Viewed 209 times
1

bharath
- 14,283
- 16
- 57
- 95
-
This is not a line. This is the border of dialog title. – bharath Jun 20 '11 at 12:41
-
@bhakki: So how to remove the dialog title border ? – Jun 20 '11 at 15:09
1 Answers
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