summary refs log tree commit diff
path: root/include/ui/Theme.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 15:27:12 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 15:27:12 +0300
commit7621dc0cb028ff15ac2375c31a1dd6fd64b4b94b (patch)
treead22bea3f559aabfe4a6c57ca5bea79b89efe5de /include/ui/Theme.h
parentRemove old/unused code (diff)
downloadnheko-7621dc0cb028ff15ac2375c31a1dd6fd64b4b94b.tar.xz
Fix UI inconsistencies between room list & communities
fixes #204
fixes #255
Diffstat (limited to 'include/ui/Theme.h')
-rw-r--r--include/ui/Theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/Theme.h b/include/ui/Theme.h

index 54bd4f5f..7a0bdcb7 100644 --- a/include/ui/Theme.h +++ b/include/ui/Theme.h
@@ -15,7 +15,7 @@ enum class AvatarType namespace sidebar { static const int SmallSize = 60; static const int NormalSize = 260; -static const int CommunitiesSidebarSize = 64; +static const int CommunitiesSidebarSize = 48; } // Default font size. const int FontSize = 16;