Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1039 by ssadams....@gmail.com: Glamour layout clipping bug http://code.google.com/p/moose-technology/issues/detail?id=1039
When sizing a presentation row, I noticed the bottom pane extends below the top window bounds and is clipped.
browser := GLMTabulator new. browser row:#textField size:30; row: #listField. browser transmit to:#textField; andShow:[:a| a text display:[:x| 'Hello Doru!']]. browser transmit to:#listField; andShow:[:a| a list display:[:x| 1to:200]]. browser openOn: 123
Additional information: platform, context which may impact the problem Pharo 2.0 ConfigurationOfGlamour-TudorGirba.123
* Type-Defect * Component-Glamour