Snappy sidebar
This commit is contained in:
parent
30fce32161
commit
c480f8f4bc
11 changed files with 174 additions and 238 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue