diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-25 23:02:33 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-25 23:02:33 +0200 |
commit | 1ab55d4732a875d6f4004c57ab49fee157fa28e5 (patch) | |
tree | 0a0639fe8e80c182ec4997b6e51668ee297c9cd9 /include/Config.h | |
parent | Use a better regex to identify URLs (diff) | |
download | nheko-1ab55d4732a875d6f4004c57ab49fee157fa28e5.tar.xz |
Add date separator in the timeline
fixes #157
Diffstat (limited to 'include/Config.h')
-rw-r--r-- | include/Config.h | 3 |
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 |