X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Flist-account.c;fp=src%2Flist-account.c;h=1b6ee62e5f4fcdb4c81edd08aae88cd6bf59b2d3;hp=89cc970f369148e81001082987ae66365d28dee3;hb=160a363125e5d06f47eb22b333788097e4f01362;hpb=5176d625f663a51663b33dfec764563e12fe22c4 diff --git a/src/list-account.c b/src/list-account.c index 89cc970..1b6ee62 100644 --- a/src/list-account.c +++ b/src/list-account.c @@ -403,6 +403,8 @@ GtkTreeViewColumn *column; g_object_set(renderer, "ellipsize", PANGO_ELLIPSIZE_END, "ellipsize-set", TRUE, + //taken from nemo, not exactly a resize to content, but good compromise + "width-chars", 40, NULL); column = gtk_tree_view_column_new();