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

update: use 'selectable' option of csinfo widget

Changeset ff1dd22c3dca

Parent 8d0b586919cd

by Yuki KODAMA

Changes to one file · Browse files at ff1dd22c3dca Showing diff from parent 8d0b586919cd Diff from another changeset...

 
71
72
73
74
 
75
76
77
 
71
72
73
 
74
75
76
77
@@ -71,7 +71,7 @@
    ### target revision info   items = ('%(rev)s', ' %(branch)s', ' %(tags)s', '<br />%(summary)s') - style = csinfo.labelstyle(contents=items, width=350) + style = csinfo.labelstyle(contents=items, width=350, selectable=True)   factory = csinfo.factory(self.repo, style=style)   self.target_info = factory()   grid.addWidget(QLabel(_('Target:')), 1, 0, Qt.AlignLeft | Qt.AlignTop)