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

stable Backed out changeset: d1a4241194ca

This introduced too many side-effects with the window geometry.

Changeset a4f0588f468a

Parent 4f5a6867cc47

by Steve Borho

Changes to one file · Browse files at a4f0588f468a Showing diff from parent 4f5a6867cc47 Diff from another changeset...

 
35
36
37
38
39
40
41
42
43
 
35
36
37
 
 
 
38
39
40
@@ -35,9 +35,6 @@
  def __init__(self):   QMainWindow.__init__(self)   - if sys.platform == 'darwin': - self.setUnifiedTitleAndToolBarOnMac(True) -   self.setupUi()   self.setWindowTitle(_('TortoiseHg Workbench'))