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 ?
When calling Dialog.show(title, text, ok, cancel) then in runtime there is a line break
Share
Set the
DialogTitleborder to empty on ResourceEdit. Also you can set theDialogContentPaneborder to empty on ResourceEdit.