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

guess: make match candidate list 'expanding'

Changeset 26c469dbb148

Parent e37b2f017224

by Steve Borho

Changes to one file · Browse files at 26c469dbb148 Showing diff from parent e37b2f017224 Diff from another changeset...

 
115
116
117
 
 
 
 
118
119
120
 
115
116
117
118
119
120
121
122
123
124
@@ -115,6 +115,10 @@
  selmodel = matchtv.selectionModel()   selmodel.selectionChanged.connect(matchselect)   + sp = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding) + sp.setHorizontalStretch(1) + matchframe.setSizePolicy(sp) +   diffframe = QFrame(hsplit)   diffvbox = QVBoxLayout()   diffframe.setLayout(diffvbox)