/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to viz/treeview.py

Merge brokenlines fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        self.model = TreeModel(self.branch.repository, linegraphdata)
138
138
        self.graph_cell.columns_len = columns_len
139
139
        width = self.graph_cell.get_size(self.treeview)[2]
 
140
        if width > 500:
 
141
            width = 500
140
142
        self.graph_column.set_fixed_width(width)
141
143
        self.graph_column.set_max_width(width)
142
144
        self.index = index