summary refs log tree commit diff
path: root/include/Config.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-25 23:02:33 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-25 23:02:33 +0200
commit1ab55d4732a875d6f4004c57ab49fee157fa28e5 (patch)
tree0a0639fe8e80c182ec4997b6e51668ee297c9cd9 /include/Config.h
parentUse a better regex to identify URLs (diff)
downloadnheko-1ab55d4732a875d6f4004c57ab49fee157fa28e5.tar.xz
Add date separator in the timeline
fixes #157
Diffstat (limited to 'include/Config.h')
-rw-r--r--include/Config.h3
1 files changed, 2 insertions, 1 deletions
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