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

annotate: set monospace font for text area

Changeset 454581b90aaf

Parent d0ee21796be0

by André Sintzoff

Changes to one file · Browse files at 454581b90aaf Showing diff from parent d0ee21796be0 Diff from another changeset...

 
55
56
57
 
58
59
60
 
55
56
57
58
59
60
61
@@ -55,6 +55,7 @@
  QPlainTextEdit.__init__(self, parent)   self.document().setDefaultStyleSheet(qtlib.thgstylesheet)   self.setReadOnly(True) + self.setFont(QFont('Monospace'))   self.setContextMenuPolicy(Qt.CustomContextMenu)   self.connect(self,   SIGNAL('customContextMenuRequested(const QPoint &)'),