Fix resize slowness on the TopBar

This commit is contained in:
Konstantinos Sideris 2018-05-25 16:13:38 +03:00
parent f533d9d7ea
commit bcba977f4c
4 changed files with 42 additions and 79 deletions

View file

@ -75,8 +75,8 @@ constexpr int communityBubble = bubble - 4;
namespace userInfoWidget {
namespace fonts {
constexpr int displayName = 16;
constexpr int userid = 14;
constexpr int displayName = 15;
constexpr int userid = 13;
} // namespace fonts
} // namespace userInfoWidget