Limit height of event dialogs with long content (#402)

This commit is contained in:
Thomas 2011-09-12 10:12:13 +02:00
parent 1470b800a4
commit 84a46d1028

View file

@ -362,6 +362,9 @@ function rcube_calendar_ui(settings)
minWidth: 320,
width: 420
}).show();
// set dialog size according to content
me.dialog_resize($dialog.get(0), $dialog.height(), 420);
/*
// add link for "more options" drop-down
$('<a>')