diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-10-07 14:09:47 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-10-07 14:09:47 +0300 |
commit | aa486a5c0ca9b5e886fedd3b12acf0e5238f2ce7 (patch) | |
tree | 45cb4e1dd0727f188298e17dd4c7c7cb3fc16dfa /src/ui | |
parent | Remove the bundled open sans font (diff) | |
download | nheko-aa486a5c0ca9b5e886fedd3b12acf0e5238f2ce7.tar.xz |
Adjustments for the minimized sidebar
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/Theme.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/Theme.h b/src/ui/Theme.h index 7a0bdcb7..d1d7e2a6 100644 --- a/src/ui/Theme.h +++ b/src/ui/Theme.h @@ -12,11 +12,6 @@ enum class AvatarType Letter }; -namespace sidebar { -static const int SmallSize = 60; -static const int NormalSize = 260; -static const int CommunitiesSidebarSize = 48; -} // Default font size. const int FontSize = 16; |