Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable visdiff: default width to 650 pixels instead of 400

Changeset 9f91e404461f

Parent 752584355939

by Daniel Atallah

Changes to one file · Browse files at 9f91e404461f Showing diff from parent 752584355939 Diff from another changeset...

 
374
375
376
377
 
378
379
380
 
374
375
376
 
377
378
379
380
@@ -374,7 +374,7 @@
  title += _(' filtered')   self.setWindowTitle(title)   - self.resize(400, 250) + self.resize(650, 250)   self.reponame = hglib.fromunicode(repo.displayname)     self.ctxs = (ctx1a, ctx1b, ctx2)