Dyalog / ewc-client

Other
1 stars 4 forks source link

Replace Flex 1/2 with fill/row/column #213

Closed mkromberg closed 2 months ago

mkromberg commented 3 months ago

Instead of ('Flex' 1), accept ('Flex' 'fill') as the signal that a form should expand to fill the browser or other window.

Instead of ('Flex' 2), accept ('Flex' 'row') to specify that a container should ignore posn and size, and instead use Flex. The default style should be 'flex-direction: row'. If the Style property is also set, additional style should be appended to the flex-direction.

Also ('Flex' 'column') should work as ('Flex' 'row'), except flex-direction should be column.

The DemoFlexBoxesNew uses the new settings.