Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Nov 15, 2024
1 parent cb8fef9 commit 211d79d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/src/modalstringboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ extern SDLDevice *g_sdlDevice;
// +------+ +------+ +------+
// |+------------------------+| -
// || || ^
// || || |
// || ||
// |+------------------------+| - +--- 40
// |+------------------------+| ^ |
// || INPUT AREA || | v
// |+------------------------+| -
// || text area || | +--- 40: take some bg of input area and splice with text area
// || || |
// |+------------------------+| - v
// |+------------------------+| ^ -
// || INPUT AREA || |
// |+------------------------+|
// +--------------------------+ -
// ^
// |
Expand Down Expand Up @@ -139,7 +139,7 @@ ModalStringBoard::ModalStringBoard()

[this](const Widget *)
{
return (m_imageUpDup.h() - 84) / 2;
return 84 + (m_imageUpDup.h() - 84) / 2;
},

false);
Expand Down

0 comments on commit 211d79d

Please sign in to comment.