Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable commit: factory default all message entry widgets to use word wrap

Changeset bd0e49b1a6bc

Parent 367c63b055a0

by Steve Borho

Changes to one file · Browse files at bd0e49b1a6bc Showing diff from parent 367c63b055a0 Diff from another changeset...

 
52
53
54
 
 
55
56
57
 
52
53
54
55
56
57
58
59
@@ -52,6 +52,8 @@
  # http://www.riverbankcomputing.com/pipermail/qscintilla/2009-February/000461.html   self.setHorizontalScrollBarPolicy(Qt.ScrollBarAsNeeded)   self.setVerticalScrollBarPolicy(Qt.ScrollBarAsNeeded) + # default message entry widgets to word wrap, user may override + self.setWrapMode(QsciScintilla.WrapWord)     self.getChecked = getCheckedFunc   self.setContextMenuPolicy(Qt.CustomContextMenu)