summary refs log tree commit diff
path: root/include/Config.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 15:54:53 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 15:54:53 +0200
commit7253dc2c54465c9bd5bd81c38b1bd8a4927864eb (patch)
treeb009d6736f528b63b087a90160808b39d02bd90a /include/Config.h
parentUpgrade gcc version (diff)
downloadnheko-7253dc2c54465c9bd5bd81c38b1bd8a4927864eb.tar.xz
roomlist: Put the message timestamp on the top
Diffstat (limited to 'include/Config.h')
-rw-r--r--include/Config.h9
1 files changed, 5 insertions, 4 deletions
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