Menu

#2767 Grid with hflex min should imply default header hflex

5.0.7
closed-fixed
nobody
5
2014-11-07
2011-07-07
Simon Pai
No

<zk>
The 4 Grids should look identical.
<grid hflex="min">
<columns>
<column hflex="min" />
<column hflex="min" />
</columns>
<rows>
<row>
Label aligned:
<textbox cols="35"></textbox>
</row>
<row>
<label value=" * "></label>
<label value="username"></label>
</row>
</rows>
</grid>
<grid hflex="min">
<columns>
<column />
<column />
</columns>
<rows>
<row>
Label aligned:
<textbox cols="35"></textbox>
</row>
<row>
<label value=" * "></label>
<label value="username"></label>
</row>
</rows>
</grid>
<grid hflex="min">
<rows>
<row>
Label aligned:
<textbox cols="35"></textbox>
</row>
<row>
<label value=" * "></label>
<label value="username"></label>
</row>
</rows>
</grid>
<grid sizedByContent="true">
<rows>
<row>
Label aligned:
<textbox cols="35"></textbox>
</row>
<row>
<label value=" * "></label>
<label value="username"></label>
</row>
</rows>
</grid>
</zk>

Discussion

  • Simon Pai

    Simon Pai - 2011-07-07

    Fixed since 2011/7/7.

     
  • Simon Pai

    Simon Pai - 2011-07-07
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB