From 8a2b29a3bfdf163f298b7e90a71fc5e86429b209 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 22 Mar 2018 16:34:11 +0200 Subject: Be compatible with cmake 3.1 --- 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 33cc63f7..54b2aa61 100644 --- a/include/Config.h +++ b/include/Config.h @@ -58,7 +58,7 @@ namespace roomlist { namespace fonts { static constexpr int heading = 13; static constexpr int timestamp = heading; -static constexpr int badge = 9; +static constexpr int badge = 10; static constexpr int bubble = 20; } // namespace fonts } // namespace roomlist -- cgit 1.5.1