Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

status: increase default size

make it big enough for 80char diffs and our file paths

Changeset 1b544ef8350a

Parent 489cddd65ca8

by Steve Borho

Changes to one file · Browse files at 1b544ef8350a Showing diff from parent 489cddd65ca8 Diff from another changeset...

 
77
78
79
80
81
82
83
 
 
 
 
84
85
86
 
77
78
79
 
 
 
 
80
81
82
83
84
85
86
@@ -77,10 +77,10 @@
    if not parent:   self.setWindowTitle(_('TortoiseHg Status')) - self.resize(650, 400) - # 60% for diff pane - split.setStretchFactor(0, 2) - split.setStretchFactor(1, 5) + self.resize(800, 500) + # 75% for diff pane + split.setStretchFactor(0, 1) + split.setStretchFactor(1, 2)     self.refreshWctx()   self.updateModel()