diff --git a/gui/m291/src/m291.tal b/gui/m291/src/m291.tal index ae8719e..7752e95 100644 --- a/gui/m291/src/m291.tal +++ b/gui/m291/src/m291.tal @@ -521,8 +521,12 @@ #0020 .Screen/y DEO2 ( | draw ) - #0080 .Screen/x DEO2 #0020 .Screen/y DEO2 + ;id3/title get-uf2-width #00d0 LTH2 ?{ + #0008 .Screen/x DEO2 + ;id3/title #01 ! } + ( | center ) + #0080 .Screen/x DEO2 ;id3/title #01 ! @ ( -- ) @@ -530,8 +534,12 @@ #0030 .Screen/y DEO2 ( | draw ) - #0080 .Screen/x DEO2 #0030 .Screen/y DEO2 + ;id3/artist get-uf2-width #00d0 LTH2 ?{ + #0008 .Screen/x DEO2 + ;id3/artist #01 ! } + ( | center ) + #0080 .Screen/x DEO2 ;id3/artist #01 ! @ ( -- )