summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosLanded.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-16 22:20:00 +0800
committerKeith Packard <keithp@keithp.com>2010-11-16 22:20:00 +0800
commitd0eb41619544ead6d9dab3a8d024a12936c9cdd0 (patch)
tree4fb427d21515541adffe3a7c4edb6b03d534cf8e /ao-tools/altosui/AltosLanded.java
parentfcca333cda64be35f0c9fb0109eef1be3709dddd (diff)
altosui: Cleanup flight UI layout
Use common constants for fonts and insets Shrink fonts so that the window is < 600 pixels tall. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosLanded.java')
-rw-r--r--ao-tools/altosui/AltosLanded.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ao-tools/altosui/AltosLanded.java b/ao-tools/altosui/AltosLanded.java
index 465c9dce..0656ea6c 100644
--- a/ao-tools/altosui/AltosLanded.java
+++ b/ao-tools/altosui/AltosLanded.java
@@ -196,8 +196,8 @@ public class AltosLanded extends JComponent implements AltosFlightDisplay {
public AltosLanded() {
layout = new GridBagLayout();
- label_font = new Font("Dialog", Font.PLAIN, 24);
- value_font = new Font("Monospaced", Font.PLAIN, 24);
+ label_font = new Font("Dialog", Font.PLAIN, 22);
+ value_font = new Font("Monospaced", Font.PLAIN, 22);
setLayout(layout);
/* Elements in descent display */