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

stable workbench: on Mac OS X, unify title and toolbar

According to Apple Human Interface Guidelines, in Mac OS X v10.5 and
later, the toolbar is not visually distinct from the title bar.

Changeset d1a4241194ca

Parent 37972699916c

by André Sintzoff

Changes to one file · Browse files at d1a4241194ca Showing diff from parent 37972699916c Diff from another changeset...

 
35
36
37
 
 
 
38
39
40
 
35
36
37
38
39
40
41
42
43
@@ -35,6 +35,9 @@
  def __init__(self):   QMainWindow.__init__(self)   + if sys.platform == 'darwin': + self.setUnifiedTitleAndToolBarOnMac(True) +   self._reload_rev = None   self._reload_file = None