mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 16:53: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
|
||||
public float getMaxValue() {
|
||||
return 80;
|
||||
return 60;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user