]> git.mjollnir.org Git - moodle.git/commitdiff
'preferred_width changed to 210 because with lower values column width changes when...
authorurs_hunkler <urs_hunkler>
Sat, 27 Jan 2007 20:56:55 +0000 (20:56 +0000)
committerurs_hunkler <urs_hunkler>
Sat, 27 Jan 2007 20:56:55 +0000 (20:56 +0000)
blocks/calendar_month/block_calendar_month.php

index 424e1fbf1c085a4db25de4294a7ce64e04b013a8..ad4ed09e0d331465acd0a7a82df0d3b4d1cea9b2 100644 (file)
@@ -7,7 +7,7 @@ class block_calendar_month extends block_base {
     }
 
     function preferred_width() {
-        return 200;
+        return 210;
     }
 
     function get_content() {