Skip to content

Commit

Permalink
Adjust font vertical position for fenix 5s and fenix chronos
Browse files Browse the repository at this point in the history
  • Loading branch information
GCorm authored and GCorm committed Dec 18, 2018
1 parent 4413891 commit 7cb8638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/settings/properties.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<properties>
<property id="AppVersion" type="string">1.12</property>
<property id="AppVersion" type="string">1.13</property>
<property id="HeaderPosition" type="number">1</property>
<property id="MinPace" type="number">315</property>
<property id="MaxPace" type="number">345</property>
Expand Down
2 changes: 1 addition & 1 deletion source/GRunView.mc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cb8638

Please sign in to comment.