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:
C Robert
2009-09-23 18:45:16 +00:00
parent 1a3ef125be
commit 32bc40e2c3
2 changed files with 15 additions and 8 deletions

View File

@@ -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" });