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

commit: set monospace font for commit message text

Changeset 7837d8786a37

Parent 46bdaccc1a95

by Adrian Buehlmann

Changes to one file · Browse files at 7837d8786a37 Showing diff from parent 46bdaccc1a95 Diff from another changeset...

 
107
108
109
 
110
111
112
 
107
108
109
110
111
112
113
@@ -107,6 +107,7 @@
  hbox.addSpacing(9)   vbox.addLayout(hbox, 0)   msgte = QPlainTextEdit() + msgte.setFont(QFont('Monospace', 9))   msgte.textChanged.connect(self.msgChanged)   msgte.setContextMenuPolicy(Qt.CustomContextMenu)   self.connect(msgte,