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

Backed out changeset: 314070260310

Changeset bedb69fe8490

Parent 314070260310

by Steve Borho

Changes to one file · Browse files at bedb69fe8490 Showing diff from parent 314070260310 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())