X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=b3b4c32b523e66cd360e2e14fda3349da3ccafe1;hp=96ff7825da2219bf8aedc4ddb73c64822cb1cf16;hb=3955631c5325e8e342c1af734c3ca1ad6a425726;hpb=69576542b7972db1a745c00b2f604d23cf23fad3 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 96ff7825..b3b4c32b 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -7106,7 +7106,7 @@ struct ConfigInfo image_config[] = { "tape.text.date_yyyy.y", "-1" }, { "tape.text.date_yyyy.align", "left" }, { "tape.text.date_yyyy.valign", "top" }, - { "tape.text.date_yyyy.digits", "2" }, + { "tape.text.date_yyyy.digits", "4" }, { "tape.text.date_yyyy.font", "font.tape_recorder" }, { "tape.text.date_yyyy.draw_masked", "true" }, { "tape.text.date_yy.x", "-1" }, @@ -7116,13 +7116,13 @@ struct ConfigInfo image_config[] = { "tape.text.date_yy.digits", "2" }, { "tape.text.date_yy.font", "font.tape_recorder" }, { "tape.text.date_yy.draw_masked", "true" }, - { "tape.text.date_mmm.x", "-1" }, - { "tape.text.date_mmm.y", "-1" }, - { "tape.text.date_mmm.align", "left" }, - { "tape.text.date_mmm.valign", "top" }, - { "tape.text.date_mmm.digits", "2" }, - { "tape.text.date_mmm.font", "font.tape_recorder" }, - { "tape.text.date_mmm.draw_masked", "true" }, + { "tape.text.date_mon.x", "-1" }, + { "tape.text.date_mon.y", "-1" }, + { "tape.text.date_mon.align", "left" }, + { "tape.text.date_mon.valign", "top" }, + { "tape.text.date_mon.chars", "3" }, + { "tape.text.date_mon.font", "font.tape_recorder" }, + { "tape.text.date_mon.draw_masked", "true" }, { "tape.text.date_mm.x", "-1" }, { "tape.text.date_mm.y", "-1" }, { "tape.text.date_mm.align", "left" },