narrower temp basal line for steampunk watchface
This commit is contained in:
parent
a75ff0d1f6
commit
5270f2cc69
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ public class BgGraphBuilder {
|
||||||
|
|
||||||
for (TempWatchData twd: tempWatchDataList) {
|
for (TempWatchData twd: tempWatchDataList) {
|
||||||
if(twd.endTime > start_time) {
|
if(twd.endTime > start_time) {
|
||||||
lines.add(tempValuesLine(twd, (float) minChart, factor, false, highlight?3:2));
|
lines.add(tempValuesLine(twd, (float) minChart, factor, false, highlight?(pointSize+1):pointSize));
|
||||||
if(highlight){
|
if(highlight){
|
||||||
lines.add(tempValuesLine(twd, (float) minChart, factor, true, 1));
|
lines.add(tempValuesLine(twd, (float) minChart, factor, true, 1));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue