From 7cb8638649c37be90d9bb1e35621e321e471bd42 Mon Sep 17 00:00:00 2001 From: GCorm Date: Mon, 17 Dec 2018 21:03:45 -0500 Subject: [PATCH] Adjust font vertical position for fenix 5s and fenix chronos --- resources/settings/properties.xml | 2 +- source/GRunView.mc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/settings/properties.xml b/resources/settings/properties.xml index f4f09ed..98937d9 100644 --- a/resources/settings/properties.xml +++ b/resources/settings/properties.xml @@ -1,5 +1,5 @@ - 1.12 + 1.13 1 315 345 diff --git a/source/GRunView.mc b/source/GRunView.mc index 7543c3b..b65c45e 100644 --- a/source/GRunView.mc +++ b/source/GRunView.mc @@ -1244,7 +1244,7 @@ class GRunView extends WatchUi.DataField var valueY = valueArea[1] + (valueArea[3] / 2); if (deviceModel.equals("fenixFixFont")) { if (id > 7) { valueY -= 1; } - else if (id > 1) { valueY -= 3; } + //else if (id > 1) { valueY -= 3; } } // Set Data background color