Bug 285387 - GEF GridLayout: horizontal Alignment for right align incorrect
Summary: GEF GridLayout: horizontal Alignment for right align incorrect
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 3.5   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-08-03 02:55 EDT by Udo Walker CLA
Modified: 2009-08-03 14:04 EDT (History)
0 users

See Also:


Attachments
Horizontal right alignment (1.22 KB, image/png)
2009-08-03 02:55 EDT, Udo Walker CLA
no flags Details
Horizontal left alignment (1.20 KB, image/png)
2009-08-03 02:57 EDT, Udo Walker CLA
no flags Details
Horizontal center alignment (1.19 KB, image/png)
2009-08-03 02:58 EDT, Udo Walker CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Udo Walker CLA 2009-08-03 02:55:31 EDT
Created attachment 143239 [details]
Horizontal right alignment

Build ID: 20090619-0625

Steps To Reproduce:
1.Create a figure with layout manager GridLayout and numcolumns=3
2.add 3 figures to first figure
3.set horizontal alignment to right.
4. You will see spaces between the 3 figures which should be not there.



More information:
If you compare the 3 possible alignments left, center and right, then right should look like left but all childs should clue on the right border.
Comment 1 Udo Walker CLA 2009-08-03 02:57:02 EDT
Created attachment 143240 [details]
Horizontal left alignment

Screenshot of left alignment. Right should look similar to this but of course everthing on the right side.
Comment 2 Udo Walker CLA 2009-08-03 02:58:05 EDT
Created attachment 143241 [details]
Horizontal center alignment

Horizontal center alignment should look totally different compared to left and right alignment but it looks similar to the right alignment.