summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-07 14:09:47 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-07 14:09:47 +0300
commitaa486a5c0ca9b5e886fedd3b12acf0e5238f2ce7 (patch)
tree45cb4e1dd0727f188298e17dd4c7c7cb3fc16dfa /src/ui
parentRemove the bundled open sans font (diff)
downloadnheko-aa486a5c0ca9b5e886fedd3b12acf0e5238f2ce7.tar.xz
Adjustments for the minimized sidebar
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/Theme.h5
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;