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: column size must have size set during refresh

Changeset 57ac2faa16ba

Parent d609a7c3198d

by Steve Borho

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

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