From 1de65573ec953a09eeec8a8ca1708a8fbfa4b198 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 21 Sep 2015 17:19:52 +0200 Subject: [PATCH] make chart for timeline higher --- views/bootstrap/class.Timeline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Timeline.php b/views/bootstrap/class.Timeline.php index c5c00d2eb..75207ca23 100644 --- a/views/bootstrap/class.Timeline.php +++ b/views/bootstrap/class.Timeline.php @@ -103,7 +103,7 @@ $this->contentHeading(getMLText("timeline")); } $item['msg'] = $msg; } -$this->printTimeline($data, 500); +$this->printTimeline($data, 550); echo "\n"; echo "\n";