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

config: increase default font size from 9 to 10

9 looks really bad on Windows in diff mode.

Hopefully, this will be an acceptable default for other platforms as well. If not,
we way may be able to introduce per platform defaults.

Changeset 69e1250e27c7

Parent e77fb462f18f

by Adrian Buehlmann

Changes to one file · Browse files at 69e1250e27c7 Showing diff from parent e77fb462f18f Diff from another changeset...

 
55
56
57
58
 
59
60
61
 
55
56
57
 
58
59
60
61
@@ -55,7 +55,7 @@
  return self.ui.config(self.section, 'font', 'Monospace')     @cached - def getFontSize(self, default=9): + def getFontSize(self, default=10):   """   fontsize: text size in file content viewer   """