The application period window is to low when info-messages are added.

This commit is contained in:
Tom Vahlman 2012-02-16 15:26:38 +01:00
parent 9bfd71ee9e
commit e137027b06

@ -52,7 +52,7 @@ public class AdminMatchPeriodsPanel extends Panel {
dialog.setAutoOpen(false);
dialog.add(new EmptyPanel("dialogContent"));
dialog.setWidth(500);
dialog.setHeight(360);
dialog.setHeight(400);
add(dialog);
//Create new link
final AjaxLink<Void> createLink = new AjaxLink<Void>("createLink"){