summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-22 16:34:11 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-22 16:34:11 +0200
commit8a2b29a3bfdf163f298b7e90a71fc5e86429b209 (patch)
tree5952efedbdc35626aa968c2ae3ecf8a29cb860cb /include
parentAdd version info in the settings menu (diff)
downloadnheko-8a2b29a3bfdf163f298b7e90a71fc5e86429b209.tar.xz
Be compatible with cmake 3.1
Diffstat (limited to 'include')
-rw-r--r--include/Config.h2
1 files changed, 1 insertions, 1 deletions
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