mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 16:42:44 +00:00
Increase height of alarm editor
Only when email alarms are enabled.
This commit is contained in:
@@ -371,7 +371,7 @@ function onPopupReminderWindow(event) {
|
||||
if (ComponentEditor.reminderWindow && ComponentEditor.reminderWindow.open && !ComponentEditor.reminderWindow.closed)
|
||||
ComponentEditor.reminderWindow.focus();
|
||||
else {
|
||||
var height = (emailAlarmsEnabled ? 215 : 150);
|
||||
var height = (emailAlarmsEnabled ? 235 : 150);
|
||||
ComponentEditor.reminderWindow
|
||||
= window.open(ApplicationBaseURL + "editReminder",
|
||||
sanitizeWindowName(activeCalendar + activeComponent + "Reminder"),
|
||||
|
||||
Reference in New Issue
Block a user