Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

gdialog: pick a non-monospace font for the file list

Using 'MS UI Gothic 9' since it is known to support many different code pages on
Windows (see THG FAQ) and seems to fallback to something not terrible on Linux.

Fixes #593

Changeset 0e1c97ad7f0d

Parent c0623d9f2390

by Steve Borho

Changes to one file · Browse files at 0e1c97ad7f0d Showing diff from parent c0623d9f2390 Diff from another changeset...

 
253
254
255
256
 
257
258
259
 
253
254
255
 
256
257
258
259
@@ -253,7 +253,7 @@
  # defaults   self.fontcomment = 'monospace 10'   self.fontdiff = 'monospace 10' - self.fontlist = 'monospace 9' + self.fontlist = 'MS UI Gothic 9'   self.diffbottom = ''     for attr, setting in self.ui.configitems('gtools'):