diff options
Diffstat (limited to 'scripts/gen_css_tables.py')
| -rwxr-xr-x | scripts/gen_css_tables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_css_tables.py b/scripts/gen_css_tables.py index 4bc5ea8..0eb88f4 100755 --- a/scripts/gen_css_tables.py +++ b/scripts/gen_css_tables.py | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | start_y = 400 | 8 | start_y = 400 |
| 9 | starttime = 10 | 9 | starttime = 10 |
| 10 | endtime = 28 | 10 | endtime = 28 |
| 11 | rooms = 3 | 11 | rooms = 4 |
| 12 | days = 4 | 12 | days = 4 |
| 13 | columns = days * rooms # how many columns does | 13 | columns = days * rooms # how many columns does |
| 14 | event_gap = { 'large': 5, 'medium': 3, 'small': 2 } # how much is an event shorter than what the grid would allow in px | 14 | event_gap = { 'large': 5, 'medium': 3, 'small': 2 } # how much is an event shorter than what the grid would allow in px |
