diff options
| author | Keith Packard <keithp@keithp.com> | 2010-11-20 16:35:48 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-11-20 16:35:48 -0800 |
| commit | 8df185cd95cfecbed8272dd1275d077c5b45535b (patch) | |
| tree | 00c4f1c40233977b9548c6067b0f0fad452642de /ao-tools/altosui/AltosInfoTable.java | |
| parent | ece2c86e2641b2cd613791293526c492b1606aa1 (diff) | |
| parent | 1e712647dd6df1e77650db705f3ac32a3c8f6907 (diff) | |
Merge remote branch 'aj/sitemap' into buttonbox
Conflicts:
ao-tools/altosui/AltosFlightUI.java
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosInfoTable.java')
| -rw-r--r-- | ao-tools/altosui/AltosInfoTable.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ao-tools/altosui/AltosInfoTable.java b/ao-tools/altosui/AltosInfoTable.java index c571d5c9..723f8301 100644 --- a/ao-tools/altosui/AltosInfoTable.java +++ b/ao-tools/altosui/AltosInfoTable.java @@ -31,8 +31,8 @@ import java.util.concurrent.LinkedBlockingQueue; public class AltosInfoTable extends JTable { private AltosFlightInfoTableModel model; - private Font infoLabelFont = new Font("SansSerif", Font.PLAIN, 12); - private Font infoValueFont = new Font("Monospaced", Font.PLAIN, 12); + private Font infoLabelFont = new Font("SansSerif", Font.PLAIN, 14); + private Font infoValueFont = new Font("Monospaced", Font.PLAIN, 14); static final int info_columns = 3; static final int info_rows = 17; |
