From: Keith Packard Date: Wed, 3 Aug 2011 00:40:02 +0000 (-0700) Subject: altosui: Standard text field in flight UI needs more width (now 20) X-Git-Tag: 0.9.4.5~6 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=95201e7fe4a6a7ec42321e8dbad3aea3bbf4c840;ds=sidebyside altosui: Standard text field in flight UI needs more width (now 20) Latitude and longitude take more than 16 characters. Signed-off-by: Keith Packard --- diff --git a/altosui/Altos.java b/altosui/Altos.java index 8d5916ad..1acce949 100644 --- a/altosui/Altos.java +++ b/altosui/Altos.java @@ -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 int text_width = 16; + static final int text_width = 20; static void initialize_map() {