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

pathedit: set FieldGrowthPolicy to ExpandingFieldsGrow (for Mac)

http://doc.qt.nokia.com/4.6/qformlayout.html#FieldGrowthPolicy-enum

Changeset dafa9163b3f7

Parent af5ac7e18e37

by André Sintzoff

Changes to one file · Browse files at dafa9163b3f7 Showing diff from parent af5ac7e18e37 Diff from another changeset...

 
24
25
26
 
27
28
29
 
24
25
26
27
28
29
30
@@ -24,6 +24,7 @@
    form = QFormLayout()   layout.addLayout(form) + form.setFieldGrowthPolicy(QFormLayout.ExpandingFieldsGrow)     self.edit = QLineEdit(url_)   form.addRow(alias, self.edit)