mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 04:55:56 +00:00
merge of '637d4bc405444db20b4ed12bf09dd27c7780047b'
and 'c8e16863bcabf9adf6b224c4a9922c0ace67917f' Monotone-Parent: 637d4bc405444db20b4ed12bf09dd27c7780047b Monotone-Parent: c8e16863bcabf9adf6b224c4a9922c0ace67917f Monotone-Revision: 4f9cd9e4647b59cc1df48053efc611005b19b79c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-22T21:34:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1972,7 +1972,7 @@ function onCalendarModify(event) {
|
||||
var url = ApplicationBaseURL + calendarID + "/properties";
|
||||
var windowID = sanitizeWindowName(calendarID + " properties");
|
||||
var width = 310;
|
||||
var height = 260;
|
||||
var height = 266;
|
||||
var isWebCalendar = false;
|
||||
if (UserSettings['Calendar']
|
||||
&& UserSettings['Calendar']['WebCalendars']) {
|
||||
@@ -1983,7 +1983,7 @@ function onCalendarModify(event) {
|
||||
}
|
||||
}
|
||||
if (isWebCalendar)
|
||||
height += 25;
|
||||
height += 21;
|
||||
else if (calendarID == "/personal")
|
||||
height -= 25;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user