fixed small graphical bug with default tape time display position
authorHolger Schemel <info@artsoft.org>
Tue, 3 Feb 2015 15:23:31 +0000 (16:23 +0100)
committerHolger Schemel <info@artsoft.org>
Tue, 3 Feb 2015 15:23:31 +0000 (16:23 +0100)
ChangeLog
src/conf_gfx.c

index 4e1cad503a53cd5e4b92d8c56f9fbb543dd1e4d9..25ebcf89fbc60ec0bd1a05f06bc8c31ed4f688ee 100644 (file)
--- 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
 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)
 
 2015-02-02
        * fixed configurability of editor element palette (for columns != 4)
index b3b4c32b523e66cd360e2e14fda3349da3ccafe1..bfcc5bee8889a7b09eeacc4ef8157e151833d776 100644 (file)
@@ -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.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"                    },
   { "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.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"                     },
   { "tape.label.time.y",                       "55"                    },
 
   { "tape.text.date.x",                                "7"                     },