Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable qtlib: use a font size that is large enough to be legible on Mac OS X

Changeset 9c86cf5c9866

Parent 8bf27434a689

by David Golub

Changes to one file · Browse files at 9c86cf5c9866 Showing diff from parent 8bf27434a689 Diff from another changeset...

 
478
479
480
 
 
481
482
483
 
478
479
480
481
482
483
484
485
@@ -478,6 +478,8 @@
  'fontlog': 'monospace,10',   'fontoutputlog': 'sans,8'  } +if sys.platform == 'darwin': + _fontdefaults['fontoutputlog'] = 'sans,10'  _fontcache = {}    def initfontcache(ui):