summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosLanded.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-20 14:31:23 -0800
committerKeith Packard <keithp@keithp.com>2010-11-20 14:31:23 -0800
commit37f0201d724693528f37ac7d275f68f90cf94da0 (patch)
tree0a5b64de3bef1cff49918f2a32c4b61f2d244b18 /ao-tools/altosui/AltosLanded.java
parentb47517d4c2e49f6f7b9954d2c85f96397fe1103e (diff)
altosui: change descent tab formatting to four columns
This places labels to the left of each field. For igniter voltages, it uses three columns for the labels. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosLanded.java')
-rw-r--r--ao-tools/altosui/AltosLanded.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/AltosLanded.java b/ao-tools/altosui/AltosLanded.java
index 0656ea6c..059dbb6d 100644
--- a/ao-tools/altosui/AltosLanded.java
+++ b/ao-tools/altosui/AltosLanded.java
@@ -61,7 +61,7 @@ public class AltosLanded extends JComponent implements AltosFlightDisplay {
layout.setConstraints(label, c);
add(label);
- value = new JTextField(30);
+ value = new JTextField(17);
value.setFont(value_font);
value.setHorizontalAlignment(SwingConstants.RIGHT);
c.gridx = 1; c.gridy = y;