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

hgemail: fix fieldGrowthPolicy of envelope opts on Mac

Since default fieldGrouthPolicy of QFormLayout is different on Mac,
it should be set explicitly.

http://doc.qt.nokia.com/4.6/qformlayout.html#fieldGrowthPolicy-prop

Changeset 90d27139f0c0

Parent d9fcbe0b04f2

by André Sintzoff

Changes to one file · Browse files at 90d27139f0c0 Showing diff from parent d9fcbe0b04f2 Diff from another changeset...

 
39
40
41
 
 
 
42
43
44
 
39
40
41
42
43
44
45
46
47
@@ -39,6 +39,9 @@
  <string/>   </property>   <layout class="QFormLayout" name="formLayout"> + <property name="fieldGrowthPolicy"> + <enum>QFormLayout::ExpandingFieldsGrow</enum> + </property>   <item row="0" column="0">   <widget class="QLabel" name="to_label">   <property name="text">