Skip to content

Commit

Permalink
text alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleksander authored and Wano-k committed Jun 13, 2024
1 parent 9124392 commit 40416fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Graphic/Message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ class Message extends Graphic.Base {
if (Datas.Systems.dbOptions.v_fPosAbove) {
this.drawFaceset(x, y, w, h);
}
let newX = x + ScreenResolution.getScreenMinXY(Constants.HUGE_SPACE) +
(this.faceset.empty ? 0 : ScreenResolution.getScreenMinXY(Datas
let newX = x + ScreenResolution.getScreenX(Constants.HUGE_SPACE * 2) +
(this.faceset.empty ? 0 : ScreenResolution.getScreenX(Datas
.Systems.facesetScalingWidth));
let newY = y + ScreenResolution.getScreenMinXY(Constants.HUGE_SPACE);
let offsetY = 0;
Expand Down

0 comments on commit 40416fe

Please sign in to comment.