diff options
| author | Keith Packard <keithp@keithp.com> | 2010-11-10 22:11:21 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-11-10 22:11:21 -0800 |
| commit | 5394548fa5c7bdbfcc01e8aa19e93e1cf6345e2a (patch) | |
| tree | 5e50323e8eb6bbb21676da20bb3654c3f2910cf0 /ao-tools/altosui/AltosInfoTable.java | |
| parent | 891e629f6ba20654b614f3ca7211a0f1c92670cb (diff) | |
| parent | 75f7698b99a661ed17a91748a99699fa6761772a (diff) | |
Merge remote branch 'aj/buttonbox' into buttonbox
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 9964ab10..2f326e07 100644 --- a/ao-tools/altosui/AltosInfoTable.java +++ b/ao-tools/altosui/AltosInfoTable.java @@ -37,8 +37,8 @@ public class AltosInfoTable { private AltosFlightInfoTableModel model[]; private Box ibox[]; - private Font infoLabelFont = new Font("SansSerif", Font.PLAIN, 14); - private Font infoValueFont = new Font("Monospaced", Font.PLAIN, 14); + private Font infoLabelFont = new Font("SansSerif", Font.PLAIN, 12); + private Font infoValueFont = new Font("Monospaced", Font.PLAIN, 12); static final int info_columns = 3; static final int info_rows = 17; |
