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

commit: don't wrap message text

Changeset b0b74b7f0420

Parent eeb6f11ef8c8

by Adrian Buehlmann

Changes to one file · Browse files at b0b74b7f0420 Showing diff from parent eeb6f11ef8c8 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.setLineWrapMode(QPlainTextEdit.NoWrap)   msgte.setFont(QFont('Monospace', 9))   msgte.textChanged.connect(self.msgChanged)   msgte.setContextMenuPolicy(Qt.CustomContextMenu)