altosui: launch controller button needs to move over
authorKeith Packard <keithp@keithp.com>
Sat, 27 Aug 2011 20:30:34 +0000 (13:30 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 27 Aug 2011 20:30:34 +0000 (13:30 -0700)
monitor idle was inserted into position 2,2

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosUI.java

index 8399b7c8440e101a1d271c5c00ed4542fe0b6786..60adfc7c823a7d480f690ae983da296f73d26af1 100644 (file)
@@ -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();