From 3c1f9696df002b40c30efe754777be489eb7429e Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 15 Jul 2017 19:18:34 +0300 Subject: Fix small timestamp misalignment --- include/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Config.h b/include/Config.h index 147f4446..e33fd959 100644 --- a/include/Config.h +++ b/include/Config.h @@ -52,7 +52,7 @@ namespace timeline static const int msgMargin = 11; static const int avatarSize = 36; static const int headerSpacing = 5; -static const int headerLeftMargin = 12; +static const int headerLeftMargin = 15; namespace fonts { -- cgit 1.5.1