Message 1 of 8
Not applicable
06-12-2016
02:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a window seen from the front- a simple rectangle. Within it there are 3 smaller rectangles representing 3 glass panes.
I need them to be distributed evenly so that:
- the distance between the left edge of the window and the left edge of the 1st pane is equal to
the distance between the right edge of the window and the right edge of the last (3rd) pane;
- and both should be equal to
the distance between each adjacent glass panes (1st to 2nd, 2nd to 3rd).
How should I start this?
Solved! Go to Solution.