summaryrefslogtreecommitdiff
path: root/aoview/aoview_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'aoview/aoview_table.c')
-rw-r--r--aoview/aoview_table.c2
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);
}