* zin: remove default flex value from cell widget.

This commit is contained in:
sunhao
2023-07-19 13:18:39 +08:00
parent 8ecebc79cd
commit ccb7c94049
+1 -1
View File
@@ -8,7 +8,7 @@ class cell extends wg
'order?: int',
'grow?: int',
'shrink?: int',
'flex?: string="auto"', // 'auto'|'none'|string
'flex?: string', // 'auto'|'none'|'1'|string
'width?: string|int',
'align?: string' // 'auto'|'flex-start'|'flex-end'|'center'|'baseline'|'stretch'
);