Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
[fw/altos] / ao-tools / altosui / AltosInfoTable.java
index 2f326e07bc8693e45a5f5c66a6c9df8b5275759f..9f2bef5be6e3712230291fc43e6b4f15313e210d 100644 (file)
@@ -28,17 +28,14 @@ import java.text.*;
 import java.util.prefs.*;
 import java.util.concurrent.LinkedBlockingQueue;
 
-import altosui.AltosFlightInfoTableModel;
-import altosui.AltosState;
-
 public class AltosInfoTable {
        private Box                       box;
        private JTable                    table[];
        private AltosFlightInfoTableModel model[];
        private Box                       ibox[];
 
-       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;