From: Holger Schemel Date: Tue, 3 Feb 2015 15:23:31 +0000 (+0100) Subject: fixed small graphical bug with default tape time display position X-Git-Tag: 4.0.0.0-rc1~296 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=f7f811394065061581b0fb679687e473b4ce03cc fixed small graphical bug with default tape time display position --- diff --git a/ChangeLog b/ChangeLog index 4e1cad50..25ebcf89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2015-02-03 * finished configurability of tape date and time display positions * fixed bug with game buttons in tape area not properly redrawn + * fixed small graphical bug with default tape time display position 2015-02-02 * fixed configurability of editor element palette (for columns != 4) diff --git a/src/conf_gfx.c b/src/conf_gfx.c index b3b4c32b..bfcc5bee 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4871,7 +4871,7 @@ struct ConfigInfo image_config[] = { "tape.label.gfx.date.width", "90" }, { "tape.label.gfx.date.height", "31" }, { "tape.label.gfx.time", "RocksDoor.png" }, - { "tape.label.gfx.time.x", "345" }, + { "tape.label.gfx.time.x", "346" }, { "tape.label.gfx.time.y", "335" }, { "tape.label.gfx.time.width", "45" }, { "tape.label.gfx.time.height", "13" }, @@ -7089,7 +7089,7 @@ struct ConfigInfo image_config[] = { "tape.label.date.x", "5" }, { "tape.label.date.y", "5" }, - { "tape.label.time.x", "45" }, + { "tape.label.time.x", "46" }, { "tape.label.time.y", "55" }, { "tape.text.date.x", "7" },