mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Fixed UIxCalendarProperties's size
Monotone-Parent: 08fe2e0d718a36dd26351f18227b786dbec8f520 Monotone-Revision: 205804a9bd292606338821a772967d790803a9d7 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-23T18:45:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
/* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||
|
||||
function onLoadCalendarProperties() {
|
||||
if ($("webCalendarUrl"))
|
||||
window.resizeTo(500,360);
|
||||
|
||||
var colorButton = $("colorButton");
|
||||
var calendarColor = $("calendarColor");
|
||||
colorButton.setStyle({ "backgroundColor": calendarColor.value, display: "inline" });
|
||||
|
||||
Reference in New Issue
Block a user