Snappy sidebar

This commit is contained in:
Konstantinos Sideris 2017-05-19 19:55:38 +03:00
parent 30fce32161
commit c480f8f4bc
11 changed files with 174 additions and 238 deletions

View file

@ -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;