'preferred_width changed to 210 because with lower values column width changes when block is closed by user'

This commit is contained in:
urs_hunkler
2007-01-27 20:56:55 +00:00
parent 42b9540e01
commit e331bccf75
@@ -7,7 +7,7 @@ class block_calendar_month extends block_base {
}
function preferred_width() {
return 200;
return 210;
}
function get_content() {