From 1ab55d4732a875d6f4004c57ab49fee157fa28e5 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Mon, 25 Dec 2017 23:02:33 +0200 Subject: Add date separator in the timeline fixes #157 --- include/Config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Config.h') diff --git a/include/Config.h b/include/Config.h index 805e7c02..7d35094e 100644 --- a/include/Config.h +++ b/include/Config.h @@ -79,7 +79,8 @@ static constexpr int headerSpacing = 7; static constexpr int headerLeftMargin = 15; namespace fonts { -static constexpr int timestamp = 10; +static constexpr int timestamp = 10; +static constexpr int dateSeparator = conf::fontSize - 2; } // namespace fonts } // namespace timeline -- cgit 1.5.1