From bcba977f4cb5b5e1f6dfaaf21149a97f50f188d3 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Fri, 25 May 2018 16:13:38 +0300 Subject: Fix resize slowness on the TopBar --- include/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Config.h') diff --git a/include/Config.h b/include/Config.h index 9cce1929..f8fd27cd 100644 --- a/include/Config.h +++ b/include/Config.h @@ -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 -- cgit 1.5.1