'preferred_width changed to 210 because with lower values column width changes when block is closed by user'
This commit is contained in:
@@ -7,7 +7,7 @@ class block_calendar_month extends block_base {
|
||||
}
|
||||
|
||||
function preferred_width() {
|
||||
return 200;
|
||||
return 210;
|
||||
}
|
||||
|
||||
function get_content() {
|
||||
|
||||
Reference in New Issue
Block a user