summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosDescent.java
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/altosui/AltosDescent.java')
-rw-r--r--ao-tools/altosui/AltosDescent.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/ao-tools/altosui/AltosDescent.java b/ao-tools/altosui/AltosDescent.java
index 0d3d17f0..0b7c8036 100644
--- a/ao-tools/altosui/AltosDescent.java
+++ b/ao-tools/altosui/AltosDescent.java
@@ -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 */