From 7253dc2c54465c9bd5bd81c38b1bd8a4927864eb Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 18 Mar 2018 15:54:53 +0200 Subject: roomlist: Put the message timestamp on the top --- include/Config.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/Config.h') diff --git a/include/Config.h b/include/Config.h index 6874a2e5..40276df0 100644 --- a/include/Config.h +++ b/include/Config.h @@ -56,9 +56,10 @@ static constexpr int cornerRadius = 3; // RoomList specific. namespace roomlist { namespace fonts { -static constexpr int heading = 14; -static constexpr int badge = 10; -static constexpr int bubble = 20; +static constexpr int heading = 14; +static constexpr int timestamp = heading - 1; +static constexpr int badge = 10; +static constexpr int bubble = 20; } // namespace fonts } // namespace roomlist @@ -84,7 +85,7 @@ static constexpr int headerLeftMargin = 15; namespace fonts { static constexpr int timestamp = 13; -static constexpr int dateSeparator = conf::fontSize - 2; +static constexpr int dateSeparator = conf::fontSize; } // namespace fonts } // namespace timeline -- cgit 1.5.1