From: pastith Date: Fri, 20 Mar 2009 14:04:45 +0000 (+0000) Subject: Extend the dialog text to the end of the dialog frame. X-Git-Url: https://code.grnet.gr/git/pithos/commitdiff_plain/ae2c2602be8437f8a78fe401bbc116327f6c3d58 Extend the dialog text to the end of the dialog frame. --- diff --git a/gss/src/gr/ebs/gss/client/CredentialsDialog.java b/gss/src/gr/ebs/gss/client/CredentialsDialog.java index 56eb83a..9770074 100644 --- a/gss/src/gr/ebs/gss/client/CredentialsDialog.java +++ b/gss/src/gr/ebs/gss/client/CredentialsDialog.java @@ -62,7 +62,7 @@ public class CredentialsDialog extends DialogBox { "client as username/password, in order to use GSS through the WebDAV " + "interface, at:
" + webdavUrl + "

"); text.setStyleName("gss-AboutText"); - text.setWidth(WIDTH); + text.setWidth("42em"); outer.add(text); FlexTable table = new FlexTable(); table.setText(0, 0, "Username");