diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-17 00:46:09 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-17 00:46:09 -0700 |
commit | 4348281bd788a13ea700413537f12da3c00356e4 (patch) | |
tree | a2520528023eb2e8b9eabf47c4c79a68ee080a38 /aoview/aoview_table.c | |
parent | ff68e38770351ddac3285ce275cd85adab01fd3d (diff) |
Clean up GPS display
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/aoview_table.c')
-rw-r--r-- | aoview/aoview_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoview/aoview_table.c b/aoview/aoview_table.c index 90deeb91..e55f8f50 100644 --- a/aoview/aoview_table.c +++ b/aoview/aoview_table.c @@ -57,6 +57,6 @@ aoview_table_init(GladeXML *xml) dataview = GTK_TREE_VIEW(glade_xml_get_widget(xml, "dataview")); assert(dataview); - aoview_add_plain_text_column(dataview, "Field", 0, 16); + aoview_add_plain_text_column(dataview, "Field", 0, 20); aoview_add_plain_text_column(dataview, "Value", 1, 32); } |