Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Nov 13, 2024
1 parent a5bb3ca commit 4ddb370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/gui/friendchatboard/chatitemref.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4ddb370

Please sign in to comment.