Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Feb 3, 2025
1 parent 3033570 commit 5117cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/panels/charpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ void DrawChr(const Surface &out)
DrawString(
out,
tmp.text,
{ entry.position + Displacement { pos.x + 5, pos.y + PanelFieldPaddingTop }, { entry.length - 10, PanelFieldInnerHeight } },
{ .flags = UiFlags::KerningFitSpacing | UiFlags::AlignCenter | UiFlags::VerticalCenter | tmp.style });
{ entry.position + Displacement { pos.x, pos.y + PanelFieldPaddingTop }, { entry.length, PanelFieldInnerHeight } },
{ .flags = UiFlags::AlignCenter | UiFlags::VerticalCenter | tmp.style, .spacing = tmp.spacing });
}
}
DrawStatButtons(out);
Expand Down

0 comments on commit 5117cd4

Please sign in to comment.