diff options
author | Keith Packard <keithp@keithp.com> | 2013-02-10 00:29:29 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-02-10 00:30:32 -0800 |
commit | 2efd3ad80d4fefa8ccc1b80a2e657dbf9ba0c60f (patch) | |
tree | 02fdd0be077d082702da5f150670437e080318e2 /altoslib/AltosHeight.java | |
parent | 0169e56ad030c0096b1068d00f06957990dfb31f (diff) |
altosui/altoslib/altosuilib: Switch altosui to shared graph code
This adds a configuration tab to the graph window to enable/disable
various plotted values.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosHeight.java')
-rw-r--r-- | altoslib/AltosHeight.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altoslib/AltosHeight.java b/altoslib/AltosHeight.java index e0fef5f6..ed590812 100644 --- a/altoslib/AltosHeight.java +++ b/altoslib/AltosHeight.java @@ -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 |