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

commit: switch to a QPlainTextEdit

Changeset 280ee3bb4df2

Parent 957758632c82

by Steve Borho

Changes to one file · Browse files at 280ee3bb4df2 Showing diff from parent 957758632c82 Diff from another changeset...

 
114
115
116
117
 
118
119
120
121
122
 
114
115
116
 
117
118
 
119
120
121
@@ -114,9 +114,8 @@
  hbox.addWidget(msgcombo, 1)   hbox.addSpacing(9)   vbox.addLayout(hbox, 0) - msgte = QTextEdit() + msgte = QPlainTextEdit()   msgte.textChanged.connect(self.msgChanged) - msgte.setAcceptRichText(False)   vbox.addWidget(msgte, 1)   upperframe = QFrame()   sp = SP(SP.Expanding, SP.Expanding)