summary refs log tree commit diff
path: root/include/Config.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-04 00:05:05 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-04 00:05:05 +0300
commit6c5309d9eb006bd7d9505f217798964803531b58 (patch)
tree53c8620b32bf005191414b7398a33082e5965f6d /include/Config.h
parentAdd build target for doxygen (diff)
downloadnheko-6c5309d9eb006bd7d9505f217798964803531b58.tar.xz
Fix regressions regarding UI resizing
The room list would be hidden only through window resizing.
Diffstat (limited to 'include/Config.h')
-rw-r--r--include/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.h b/include/Config.h

index abf5dc05..3a3296d6 100644 --- a/include/Config.h +++ b/include/Config.h
@@ -8,6 +8,7 @@ // Font sizes are in pixels. namespace conf { +constexpr int sideBarCollapsePoint = 450; // Global settings. constexpr int fontSize = 14; constexpr int textInputFontSize = 14;