~bertrand-rousseau/gtg/new-task-list-layout

« back to all changes in this revision

Viewing changes to GTG/gtk/browser/treeview_factory.py

  • Committer: Bertrand Rousseau
  • Date: 2012-11-07 19:51:43 UTC
  • Revision ID: bertrand.rousseau@gmail.com-20121107195143-z4r3735oqaip4cxg
Move tag to the right of task title. Dim the color of the task title

Show diffs side-by-side

added added

removed removed

Lines of Context:
423
423
        col = {}
424
424
        render_task = CellRendererTask()
425
425
        render_task.set_property('xalign', 0.0)
426
 
        render_task.set_padding(10, 5)
 
426
        render_task.set_padding(10, 3)
427
427
        col['renderer'] = ['task', render_task]
428
428
        col['value'] = [gobject.TYPE_PYOBJECT, lambda node: node]
429
429
        col['expandable'] = True