MarkusGerhart / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Vertical resize of containers is ignored #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On resize of a container-Shape the vertical resize is ignored.

This is due to the layout Methode in SprayRectangleContainer that resets the 
height of the shape to a value calculated from the height of contained texts.

Original issue reported on code.google.com by veit.hof...@googlemail.com on 4 Nov 2011 at 8:34

GoogleCodeExporter commented 8 years ago

Original comment by joswar...@gmail.com on 5 Nov 2011 at 5:30

GoogleCodeExporter commented 8 years ago
Layout feature ignores the minimum size

Original comment by karsten....@googlemail.com on 7 Nov 2011 at 11:21

GoogleCodeExporter commented 8 years ago
A simple copy-paste error in the generator, it generates 
setHorizontalStrecht(true) twice.

Original comment by joswar...@gmail.com on 28 Sep 2012 at 7:13

GoogleCodeExporter commented 8 years ago
Fixed this, it was a copy-paste error in code generation template.

Original comment by joswar...@gmail.com on 30 Sep 2012 at 7:07