altosui: Standard text field in flight UI needs more width (now 20)
authorKeith Packard <keithp@keithp.com>
Wed, 3 Aug 2011 00:40:02 +0000 (17:40 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 3 Aug 2011 00:40:02 +0000 (17:40 -0700)
Latitude and longitude take more than 16 characters.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/Altos.java

index 8d5916ad4653a2ebb553496739815541f9a27ab8..1acce9492a4c96b08bdbef5f8de6719f514be35e 100644 (file)
@@ -98,7 +98,7 @@ public class Altos {
        static final Font value_font = new Font("Monospaced", Font.PLAIN, 22);
        static final Font status_font = new Font("SansSerif", Font.BOLD, 24);
 
        static final Font value_font = new Font("Monospaced", Font.PLAIN, 22);
        static final Font status_font = new Font("SansSerif", Font.BOLD, 24);
 
-       static final int text_width = 16;
+       static final int text_width = 20;
 
        static void initialize_map()
        {
 
        static void initialize_map()
        {