Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

logview: allow graph column to have adjustable width

Changeset d609a7c3198d

Parent ae3e57241d37

by Steve Borho

Changes to one file · Browse files at d609a7c3198d Showing diff from parent ae3e57241d37 Diff from another changeset...

 
217
218
219
220
221
222
 
 
 
223
224
225
 
217
218
219
 
 
 
220
221
222
223
224
225
@@ -217,9 +217,9 @@
  self.graph_cell.columns_len = self.max_cols   width = self.graph_cell.get_size(self.treeview)[2]   if width > 500: - width = 500 - self.graph_column.set_fixed_width(width) - self.graph_column.set_max_width(width) + self.graph_column.set_fixed_width(500) + # Allow the user to set size as they like + #self.graph_column.set_max_width(500)   self.graph_column.set_visible(self.show_graph)     if stopped: