The application period window is to low when info-messages are added.
This commit is contained in:
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"){
|
||||
|
Loading…
x
Reference in New Issue
Block a user