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: default fontlist to 'Sans 9'

'MS UI Gothic 9' was rather ugly on Vista and generated GTK+ warnings on Linux.

Changeset 872a35fa6438

Parent 70a973516c91

by Steve Borho

Changes to one file · Browse files at 872a35fa6438 Showing diff from parent 70a973516c91 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 = 'MS UI Gothic 9' + self.fontlist = 'Sans 9'   self.diffbottom = ''     for attr, setting in self.ui.configitems('gtools'):