mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
PL-7153 Unable to change column flex = 3 in extended screen user-edit.xml
This commit is contained in:
parent
7dfead845e
commit
7e384c6e75
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user