diff options
| author | Keith Packard <keithp@keithp.com> | 2010-11-09 23:34:32 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-11-09 23:34:32 -0800 |
| commit | b0d31910da592e2f67c47c8fc3e15ce8135d5094 (patch) | |
| tree | 4caabe69247596dced4dc84063322b091e60b379 /ao-tools/altosui/AltosLights.java | |
| parent | 22d00785188a880700cd372528189a7a15278da9 (diff) | |
altosui: Add ascent, descent and landed tabs
This completes the set of tabs for in-flight status information.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosLights.java')
| -rw-r--r-- | ao-tools/altosui/AltosLights.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/altosui/AltosLights.java b/ao-tools/altosui/AltosLights.java index 2d2a1938..f1ed47c2 100644 --- a/ao-tools/altosui/AltosLights.java +++ b/ao-tools/altosui/AltosLights.java @@ -60,6 +60,7 @@ public class AltosLights extends JComponent { c = new GridBagConstraints(); red = new AltosLed("/redled.png", "/redoff.png"); c.gridx = 0; c.gridy = 0; + c.insets = new Insets (0, 5, 0, 5); gridbag.setConstraints(red, c); add(red); red.set(true); |
