X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=aoview%2Faoview_table.c;fp=aoview%2Faoview_table.c;h=e55f8f5070ffce5cb4b64f1e4d9a3f9af66342a4;hb=4348281bd788a13ea700413537f12da3c00356e4;hp=90deeb91353489ce7528ec6cf09e0a2116791e3f;hpb=ff68e38770351ddac3285ce275cd85adab01fd3d;p=fw%2Faltos 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); }