summaryrefslogtreecommitdiffstats
path: root/include/ui
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-19 19:55:38 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-19 19:55:38 +0300
commitc480f8f4bcef551eddcddeb5a4304de33c146732 (patch)
treef405592f095083723077243e618b7a3b7b462a3c /include/ui
parent30fce321613b234934512dd06a7ef8f4b0929d7b (diff)
Snappy sidebar
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;