Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable repofilter: make revsetcombo expandable horizontaly

Changeset 804a09d0d7b5

Parent c2390ef39123

by Yuya Nishihara

Changes to one file · Browse files at 804a09d0d7b5 Showing diff from parent c2390ef39123 Diff from another changeset...

 
43
44
45
46
 
47
48
49
 
43
44
45
 
46
47
48
49
@@ -43,7 +43,7 @@
    self.revsetcombo = combo = QComboBox()   combo.setEditable(True) - combo.setMinimumContentsLength(50) + combo.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)   le = combo.lineEdit()   le.returnPressed.connect(self.returnPressed)   if hasattr(le, 'setPlaceholderText'): # Qt >= 4.7