Bug 284864 - GEF GridLayout ignores vertical indent
Summary: GEF GridLayout ignores vertical indent
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-28 10:04 EDT by Udo Walker CLA
Modified: 2009-08-03 04:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Udo Walker CLA 2009-07-28 10:04:34 EDT
Build ID: Build id: M20090211-1700

Steps To Reproduce:
In GEF the GridLayout layout manager ignores the vertical indent. The horizontal indent is displayed as excepted. If you look in the source code you'll find parts which exclude the verticalIndent attribute of the GridData.


More information:
Comment 1 Udo Walker CLA 2009-08-03 04:12:57 EDT
If you uncomment the commented lines with vertical indent and add the extra attribute "public int verticalIndent = 0;" to GridData then this bug would probably be fixed.