mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 08:02:44 +00:00
fixed properties window
Monotone-Parent: a343f74f4a124ecd3e0d422d0fc2b88a22459e97 Monotone-Revision: 845e78bebd63c5b3c1727b437500cbe012c2f5d5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-22T21:15:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1971,7 +1971,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']) {
|
||||
@@ -1982,7 +1982,7 @@ function onCalendarModify(event) {
|
||||
}
|
||||
}
|
||||
if (isWebCalendar)
|
||||
height += 25;
|
||||
height += 21;
|
||||
else if (calendarID == "/personal")
|
||||
height -= 25;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user