Extend the dialog text to the end of the dialog frame.
authorpastith <devnull@localhost>
Fri, 20 Mar 2009 14:04:45 +0000 (14:04 +0000)
committerpastith <devnull@localhost>
Fri, 20 Mar 2009 14:04:45 +0000 (14:04 +0000)
gss/src/gr/ebs/gss/client/CredentialsDialog.java

index 56eb83a..9770074 100644 (file)
@@ -62,7 +62,7 @@ public class CredentialsDialog extends DialogBox {
                                "client as username/password, in order to use GSS through the WebDAV " +
                                "interface, at:<br/> " + webdavUrl + "</p>");
                text.setStyleName("gss-AboutText");
-               text.setWidth(WIDTH);
+               text.setWidth("42em");
                outer.add(text);
                FlexTable table = new FlexTable();
                table.setText(0, 0, "Username");