This commit is contained in:
Ray Elliott 2026-03-18 19:13:39 +00:00
parent eecf2bb66e
commit f20421b2e3
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
### Text ### ### Text ###
font = "OCR A 10" font = "OCR A 11"
# The spacing between lines. If the height is smaller than the # The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height. # font height, it will get raised to the font height.
@ -123,7 +123,7 @@
# %n progress value if set without any extra characters # %n progress value if set without any extra characters
# %% Literal % # %% Literal %
# Markup is allowed # Markup is allowed
format = "<b>%s</b>\n%b" format = "<span>%s</span>\n\n<span>%b</span>"
# Alignment of message text. # Alignment of message text.
# Possible values are "left", "center" and "right". # Possible values are "left", "center" and "right".