diff options
author | Andreas Hubel | 2019-03-13 16:04:59 +0100 |
---|---|---|
committer | Andreas Hubel | 2019-03-13 16:04:59 +0100 |
commit | 3d18a67a2f2cb6934a8394ff7513466ed0a88093 (patch) | |
tree | 144fc5d1df31971cec8f41ac33128b40a0fb0ed1 /configs | |
parent | f6069f771241051bf6ce94578ae4f3bbaf47fdcf (diff) |
optimize schedule display for talks.duration <= 10 minutes
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/fossgis2019/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/fossgis2019/config.php b/configs/conferences/fossgis2019/config.php index 0147bcf..8dff72c 100644 --- a/configs/conferences/fossgis2019/config.php +++ b/configs/conferences/fossgis2019/config.php @@ -231,7 +231,7 @@ $CONFIG['SCHEDULE'] = array( /** * Skalierung der Programm-Vorschau in Sekunden pro Pixel */ - 'SCALE' => 6, + 'SCALE' => 4, /** * Simuliere das Verhalten als wäre die Konferenz bereits heute |