From: urs_hunkler Date: Sat, 27 Jan 2007 20:56:55 +0000 (+0000) Subject: 'preferred_width changed to 210 because with lower values column width changes when... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e331bccf751f3d311dd9e98fc0c967f862de56cd;p=moodle.git 'preferred_width changed to 210 because with lower values column width changes when block is closed by user' --- diff --git a/blocks/calendar_month/block_calendar_month.php b/blocks/calendar_month/block_calendar_month.php index 424e1fbf1c..ad4ed09e0d 100644 --- a/blocks/calendar_month/block_calendar_month.php +++ b/blocks/calendar_month/block_calendar_month.php @@ -7,7 +7,7 @@ class block_calendar_month extends block_base { } function preferred_width() { - return 200; + return 210; } function get_content() {