summary refs log tree commit diff
path: root/include/Config.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-14 12:29:54 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-14 12:29:54 +0200
commitdfeb0c833ab094969c5da7f1a5953b30b5960665 (patch)
treea7dcda0e2a891139120153306b335dddbaaa6745 /include/Config.h
parentFix macOs ci (diff)
downloadnheko-dfeb0c833ab094969c5da7f1a5953b30b5960665.tar.xz
Move timestamps to the right
Diffstat (limited to 'include/Config.h')
-rw-r--r--include/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Config.h b/include/Config.h

index 5492e5fb..6874a2e5 100644 --- a/include/Config.h +++ b/include/Config.h
@@ -83,7 +83,7 @@ static constexpr int headerSpacing = 7; static constexpr int headerLeftMargin = 15; namespace fonts { -static constexpr int timestamp = 10; +static constexpr int timestamp = 13; static constexpr int dateSeparator = conf::fontSize - 2; } // namespace fonts } // namespace timeline