summary refs log tree commit diff
path: root/include/ui
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/Theme.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ui/Theme.h b/include/ui/Theme.h

index c6c39553..c2e4ab59 100644 --- a/include/ui/Theme.h +++ b/include/ui/Theme.h
@@ -13,8 +13,9 @@ enum class AvatarType }; namespace sidebar { -static const int SmallSize = 60; -static const int NormalSize = 300; +static const int SmallSize = 60; +static const int NormalSize = 300; +static const int CommunitiesSidebarSize = 64; } // Default font size. const int FontSize = 16;