From e331bccf751f3d311dd9e98fc0c967f862de56cd Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sat, 27 Jan 2007 20:56:55 +0000 Subject: [PATCH] 'preferred_width changed to 210 because with lower values column width changes when block is closed by user' --- blocks/calendar_month/block_calendar_month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5