PL-7153 Unable to change column flex = 3 in extended screen user-edit.xml

This commit is contained in:
Yuriy Artamonov 2016-05-18 15:44:21 +04:00
parent 7dfead845e
commit 7e384c6e75
2 changed files with 4 additions and 2 deletions

View File

@ -39,8 +39,8 @@
<groupBox id="propertiesBox">
<grid id="propertiesGrid" width="100%" spacing="true">
<columns>
<column flex="1"/>
<column flex="3"/>
<column id="fieldGroupLeftColumn" flex="1"/>
<column id="fieldGroupRightColumn" flex="3"/>
</columns>
<rows>
<row id="propertiesRow">

View File

@ -1485,6 +1485,8 @@
<xs:sequence>
<xs:element name="column" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attributeGroup ref="hasId"/>
<xs:attribute name="flex" type="xs:float"/>
</xs:complexType>
</xs:element>