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, 5 insertions, 0 deletions
diff --git a/include/ui/Theme.h b/include/ui/Theme.h

index 95eb5277..e63d8fc5 100644 --- a/include/ui/Theme.h +++ b/include/ui/Theme.h
@@ -12,6 +12,11 @@ enum class AvatarType { Letter }; +namespace sidebar +{ +static const int SmallSize = 60; +static const int NormalSize = 300; +} // Default font size. const int FontSize = 16;