add --replay command line argument
[fw/altos] / ao-tools / altosui / AltosDescent.java
index 0d3d17f040fa027b06169149b1097c04840d3edb..0b7c8036b29f098a2c51ed395de653d77ef8de48 100644 (file)
@@ -58,8 +58,8 @@ public class AltosDescent extends JComponent implements AltosFlightDisplay {
                        layout.setConstraints(label, c);
                        add(label);
 
-                       value = new JTextField(20);
-                       value.setFont(label_font);
+                       value = new JTextField(30);
+                       value.setFont(value_font);
                        value.setHorizontalAlignment(SwingConstants.RIGHT);
                        c.gridx = 1; c.gridy = y;
                        c.anchor = GridBagConstraints.WEST;
@@ -196,7 +196,7 @@ public class AltosDescent extends JComponent implements AltosFlightDisplay {
                layout = new GridBagLayout();
 
                label_font = new Font("Dialog", Font.PLAIN, 24);
-               value_font = new Font("Monospace", Font.PLAIN, 24);
+               value_font = new Font("Monospaced", Font.PLAIN, 24);
                setLayout(layout);
 
                /* Elements in descent display */