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 85b9a57 commit 8393e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/gui/friendchatboard/chatitemref.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ ChatItemRef::ChatItemRef(
ChatItemRef::BUTTON_D,

{
{&crossBg, DIR_NONE, ChatItemRef::BUTTON_R, ChatItemRef::BUTTON_R, false},
{&cross , DIR_NONE, ChatItemRef::BUTTON_R, ChatItemRef::BUTTON_R, false},
{&crossBg, DIR_NONE, [this](const Widget *){ return crossButtonGfx.w() / 2; }, [this](const Widget *){ return crossButtonGfx.h() / 2; }, false},
{&cross , DIR_NONE, [this](const Widget *){ return crossButtonGfx.w() / 2; }, [this](const Widget *){ return crossButtonGfx.h() / 2; }, false},
},
}

Expand Down

0 comments on commit 8393e45

Please sign in to comment.