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

revmessage: don't line-wrap, no horizontal scrollbar

Changeset 218361d57936

Parent 3c142f987d35

by Adrian Buehlmann

Changes to one file · Browse files at 218361d57936 Showing diff from parent 3c142f987d35 Diff from another changeset...

 
43
44
45
 
 
46
47
48
 
43
44
45
46
47
48
49
50
@@ -43,6 +43,8 @@
  vb.setMargin(0)     self._message = w = QTextBrowser() + w.setLineWrapMode(QTextEdit.NoWrap) + w.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff)   w.setFont(QFont('Monospace', 9))   w.setOpenLinks(False)   vb.addWidget(w)