summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosFlightInfoTableModel.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/AltosFlightInfoTableModel.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/AltosFlightInfoTableModel.java')
-rw-r--r--ao-tools/altosui/AltosFlightInfoTableModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/AltosFlightInfoTableModel.java b/ao-tools/altosui/AltosFlightInfoTableModel.java
index 2a22e3e5..3355ff52 100644
--- a/ao-tools/altosui/AltosFlightInfoTableModel.java
+++ b/ao-tools/altosui/AltosFlightInfoTableModel.java
@@ -46,7 +46,7 @@ public class AltosFlightInfoTableModel extends AbstractTableModel {
public int getColumnCount() { return columnNames.length; }
public String getColumnName(int col) { return columnNames[col]; }
- public int getRowCount() { return 20; }
+ public int getRowCount() { return 17; }
int current_row = 0;
int prev_num_rows = 0;