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

Merge backout

Changeset 0a07339fbe0d

Parents dc514745b852

Parents bedb69fe8490

by Steve Borho

Changes to one file · Browse files at 0a07339fbe0d Showing diff from parent dc514745b852 bedb69fe8490 Diff from another changeset...

 
115
116
117
118
119
120
121
 
115
116
117
 
118
119
120
@@ -115,7 +115,6 @@
  doc = QTextDocument()   doc.setDefaultStyleSheet(qtlib.thgstylesheet)   doc.setDefaultFont(option.font) - doc.setDocumentMargin(0)   doc.setHtml(text)   doc.setTextWidth(option.rect.width())   return QSize(doc.idealWidth() + 5, doc.size().height())