Limit height of event dialogs with long content (#402)
This commit is contained in:
parent
1470b800a4
commit
84a46d1028
1 changed files with 3 additions and 0 deletions
|
@ -362,6 +362,9 @@ function rcube_calendar_ui(settings)
|
||||||
minWidth: 320,
|
minWidth: 320,
|
||||||
width: 420
|
width: 420
|
||||||
}).show();
|
}).show();
|
||||||
|
|
||||||
|
// set dialog size according to content
|
||||||
|
me.dialog_resize($dialog.get(0), $dialog.height(), 420);
|
||||||
/*
|
/*
|
||||||
// add link for "more options" drop-down
|
// add link for "more options" drop-down
|
||||||
$('<a>')
|
$('<a>')
|
||||||
|
|
Loading…
Add table
Reference in a new issue