diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-27 13:30:34 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-27 13:30:34 -0700 |
commit | 7e2b5e2957ddcb808723081ca7e046a28b7e70e5 (patch) | |
tree | 4a0f40602fa4bc87975081828fa850c56cf6bbc5 /altosui/AltosUI.java | |
parent | bc827699be4ed9ac60a7e862e6532791968bf685 (diff) |
altosui: launch controller button needs to move over
monitor idle was inserted into position 2,2
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 8399b7c8..60adfc7c 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -210,7 +210,7 @@ public class AltosUI extends JFrame { }); b.setToolTipText("Check flight readiness of altimeter in idle mode"); - b = addButton(2, 2, "Launch Controller"); + b = addButton(3, 2, "Launch Controller"); b.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { LaunchController(); |