Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Nov 18, 2024
1 parent 16cfd5d commit 637b297
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/gui/friendchatboard/chatinputcontainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,8 @@ ChatInputContainer::ChatInputContainer(
// layout always attach to buttom of input container, so argX needs container height
// in initialization list we can not call this->h() since initialization of layout is not done yet
layout.moveAt(DIR_DOWNLEFT, 0, [this](const Widget *){ return this->h() - 1; });
setAfterResize([this](Widget *)
{
layout.setLineWidth(this->w());
});
}

0 comments on commit 637b297

Please sign in to comment.