Skip to content

Commit

Permalink
Fix text alignment for ScreenTextEntry
Browse files Browse the repository at this point in the history
the lack of alignment previously allowed for overlapping in any case if newlines were added
  • Loading branch information
poco0317 committed Jun 10, 2019
1 parent 241ff54 commit 7340889
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Themes/_fallback/metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1187,12 +1187,12 @@ RowStartY=SCREEN_CENTER_Y-30
RowEndX=SCREEN_RIGHT-100
RowEndY=SCREEN_BOTTOM-96
QuestionX=SCREEN_CENTER_X
QuestionY=SCREEN_CENTER_Y-40
QuestionOnCommand=wrapwidthpixels,600
QuestionY=SCREEN_CENTER_Y-20
QuestionOnCommand=wrapwidthpixels,600;valign,1
QuestionOffCommand=
AnswerX=SCREEN_CENTER_X
AnswerY=SCREEN_CENTER_Y+20
AnswerOnCommand=zoom,1.5;shadowlength,0
AnswerY=SCREEN_CENTER_Y+10
AnswerOnCommand=zoom,1.5;shadowlength,0;valign,0
AnswerOffCommand=
CursorOnCommand=
CursorOffCommand=
Expand Down

0 comments on commit 7340889

Please sign in to comment.