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

bugreport: use span tag

Changeset e3ba8ada6a82

Parent b46a94dd7017

by Steve Borho

Changes to one file · Browse files at e3ba8ada6a82 Showing diff from parent b46a94dd7017 Diff from another changeset...

 
29
30
31
32
 
33
34
35
 
29
30
31
 
32
33
34
35
@@ -29,7 +29,7 @@
  tb.document().setDefaultStyleSheet(qtlib.thgstylesheet)   msg = hglib.tounicode(self.text)   msg = QtCore.Qt.escape(msg) - tb.setHtml('<font>' + msg + '</font>') + tb.setHtml('<span>' + msg + '</span>')   tb.setWordWrapMode(QtGui.QTextOption.NoWrap)   layout.addWidget(tb)