altosui/altoslib/altosuilib: Switch altosui to shared graph code
[fw/altos] / altoslib / AltosHeight.java
index e0fef5f6023f37b1933be1754e872eebbdbe6a55..ed590812c5245b7076955b7e583d0337ffc47d4a 100644 (file)
@@ -37,7 +37,7 @@ public class AltosHeight extends AltosUnits {
                return "meters";
        }
 
-       int show_fraction(int width) {
+       public int show_fraction(int width) {
                return width / 9;
        }
 }
\ No newline at end of file