diff --git a/client/src/gui/friendchatboard/chatitemref.hpp b/client/src/gui/friendchatboard/chatitemref.hpp index 0dd745f4..a042b4cd 100644 --- a/client/src/gui/friendchatboard/chatitemref.hpp +++ b/client/src/gui/friendchatboard/chatitemref.hpp @@ -29,7 +29,7 @@ class ChatItemRef: public Widget constexpr static int BUTTON_R = 6; constexpr static int BUTTON_D = ChatItemRef::BUTTON_R * 2 - 1; - constexpr static uint8_t CROSS_FONT_SIZES[3] {14, 14, 12}; + constexpr static uint8_t CROSS_FONT_SIZES[3] {14, 14, 10}; private: uint32_t m_crossBgColor;