Chess: Align notation move no. to the right

This commit is contained in:
Wuzzy 2023-07-16 15:12:51 +02:00
parent bccaf00e64
commit 2e28acf00e

View File

@ -988,7 +988,7 @@ local fs = [[
-- table columns for Chess notation. -- table columns for Chess notation.
-- Columns: move no.; white piece; white halfmove; white promotion; black piece; black halfmove; black promotion -- Columns: move no.; white piece; white halfmove; white promotion; black piece; black halfmove; black promotion
.."tablecolumns[" .. .."tablecolumns[" ..
"text;".. "text,align=right;"..
"image," .. figurines_str .. ";text;image," .. figurines_str .. ";" .. "image," .. figurines_str .. ";text;image," .. figurines_str .. ";" ..
--"image,0=mailbox_blank16.png;" .. --"image,0=mailbox_blank16.png;" ..
"image," .. figurines_str .. ";text;image," .. figurines_str .. "]" "image," .. figurines_str .. ";text;image," .. figurines_str .. "]"