(m291) Left-align long titles

This commit is contained in:
Devine Lu Linvega 2024-08-27 10:35:51 -07:00
parent 2093197345
commit 73a7d0dc25
1 changed files with 10 additions and 2 deletions

View File

@ -521,8 +521,12 @@
#0020 .Screen/y DEO2
<clear-line>
( | draw )
#0080 .Screen/x DEO2
#0020 .Screen/y DEO2
;id3/title get-uf2-width #00d0 LTH2 ?{
#0008 .Screen/x DEO2
;id3/title #01 !<draw-uf2> }
( | center )
#0080 .Screen/x DEO2
;id3/title #01 !<draw-uf2-center>
@<draw-artist> ( -- )
@ -530,8 +534,12 @@
#0030 .Screen/y DEO2
<clear-line>
( | draw )
#0080 .Screen/x DEO2
#0030 .Screen/y DEO2
;id3/artist get-uf2-width #00d0 LTH2 ?{
#0008 .Screen/x DEO2
;id3/artist #01 !<draw-uf2> }
( | center )
#0080 .Screen/x DEO2
;id3/artist #01 !<draw-uf2-center>
@<draw-album> ( -- )