Merge remote branch 'aj/sitemap' into buttonbox
[fw/altos] / ao-tools / altosui / AltosInfoTable.java
index c571d5c901be7a2d32ad99d01847f25aa3d99ce2..723f830169f6722298a593cf6ce8f8972bae850b 100644 (file)
@@ -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;