(m291) Left-align long titles
This commit is contained in:
parent
2093197345
commit
73a7d0dc25
|
@ -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> ( -- )
|
||||
|
|
Loading…
Reference in New Issue