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

status: get rid of monospace hack

Changeset 2e4aa5ba2eb1

Parent 637a9e62dd57

by Steve Borho

Changes to one file · Browse files at 2e4aa5ba2eb1 Showing diff from parent 637a9e62dd57 Diff from another changeset...

 
69
70
71
72
73
74
75
76
77
78
79
 
69
70
71
 
 
 
 
 
72
73
74
@@ -69,11 +69,6 @@
  self.te.document().setDefaultStyleSheet(qtlib.thgstylesheet)   self.te.setReadOnly(True)   self.te.setLineWrapMode(QTextEdit.NoWrap) - # it is not clear why I had to set this QFont to get monospace - f = QFont("Monospace") - f.setStyleHint(QFont.TypeWriter) - f.setPointSize(9) - self.te.setFont(f)     if not parent:   self.setWindowTitle(_('TortoiseHg Status'))