From 230d2f8adaaacd9154571a9ad6e26faa36bc8eb9 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 28 Feb 2019 13:38:48 +0900 Subject: [PATCH] templates: remove white-trailings. --- data/templates/Watchface.edc | 2 +- data/templates/Watchface2.edc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/templates/Watchface.edc b/data/templates/Watchface.edc index 0ac3186..f28de5b 100644 --- a/data/templates/Watchface.edc +++ b/data/templates/Watchface.edc @@ -159,7 +159,7 @@ collections { rel1.relative: 0.5 0.0; rel2.relative: 0.5 1.0; min: 35 0; - fixed: 1 0; + fixed: 1 0; /* TODO: Please replace embedded image files to your application image files. */ image.normal: "ENVENTOR_EMBEDDED_NEEDLE_MINUTE.png"; map.on: 1; diff --git a/data/templates/Watchface2.edc b/data/templates/Watchface2.edc index f33daae..15e91e0 100644 --- a/data/templates/Watchface2.edc +++ b/data/templates/Watchface2.edc @@ -50,7 +50,7 @@ collections { text { size: 20; font: "Mono"; - text: "AM"; + text: "AM"; } min: 150 0; fixed: 1 0; @@ -69,7 +69,7 @@ collections { text { size: 20; font: "Mono"; - text: "12:00"; + text: "12:00"; } min: 150 0; fixed: 1 0; @@ -109,7 +109,7 @@ collections { rel1.relative: 0.5 0.0; rel2.relative: 0.5 1.0; min: 30 0; - fixed: 1 0; + fixed: 1 0; /* TODO: Please replace embedded image files to your application image files. */ image.normal: "ENVENTOR_EMBEDDED_NEEDLE_MINUTE_RECT.png"; map.on: 1;