mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-24 09:13:04 +02:00
Set max fat to 60%
Min water + min muscle is 40%, so 60% seems like a better max for fat. Also, it gives a nicer gauge view.
This commit is contained in:
@@ -77,7 +77,7 @@ public class FatMeasurementView extends MeasurementView {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public float getMaxValue() {
|
public float getMaxValue() {
|
||||||
return 80;
|
return 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user