Monotone-Parent: 29abd2cf2766adecab1dfb2ef0813cc697753b58

Monotone-Revision: c26c84a032f3392b6f9fb5b0d6859aa442b135af

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-08T13:44:02
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-06-08 13:44:02 +00:00
parent 5d66f62205
commit 08915dcf6b
+2 -2
View File
@@ -2239,7 +2239,7 @@ function onCalendarModify(event) {
var url = ApplicationBaseURL + calendarID + "/properties";
var windowID = sanitizeWindowName(calendarID + " properties");
var width = 310;
var height = 330;
var height = 350;
var isWebCalendar = false;
if (UserSettings['Calendar']
&& UserSettings['Calendar']['WebCalendars']) {
@@ -2251,7 +2251,7 @@ function onCalendarModify(event) {
}
var owner = selected.getAttribute("owner");
if (owner == UserLogin) {
height += 24;
height += 20;
}
if (isWebCalendar) {
height -= 38;