~mdoyen/homebank/5.2.x

« back to all changes in this revision

Viewing changes to src/list-account.c

  • Committer: Maxime Doyen
  • Date: 2019-07-29 20:34:22 UTC
  • Revision ID: homebank@free.fr-20190729203422-hy3g4szjv3dbzmxu
5.2.7 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
        g_object_set(renderer, 
404
404
                "ellipsize", PANGO_ELLIPSIZE_END,
405
405
                "ellipsize-set", TRUE,
 
406
                //taken from nemo, not exactly a resize to content, but good compromise
 
407
            "width-chars", 40,
406
408
                NULL);
407
409
 
408
410
        column = gtk_tree_view_column_new();