Changes between Version 9 and Version 10 of FRAME_MARGINS_R0
- Timestamp:
- 12/12/08 19:46:38 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_MARGINS_R0
v9 v10 7 7 8 8 == Overview == 9 The frame`s margins are the blank fields with specific width surrounding the frame. Margins could be left, right, top or bottom. They are used to separate components from one another. Margins determine on what distance should the halo menu stand from its referring frame. They could also be used to arrange the text in underneath frames (it goes around the frames margin) so it is easier to read.9 The frame`s margins are the blank fields with specific width surrounding the frame. Margins could be left, right, top or bottom. They are used to separate components from one another. Margins determine on what distance should the halo menu stand from its referring frame. They could also be used to arrange the text in underneath frames (it goes around the frame`s margin) so it is easier to read. 10 10 11 11 == Task requirements == … … 16 16 17 17 == Implementation idea == 18 * Add Insets !marginsInsets property to the Frame.18 * Add Insets marginsInsets property to the Frame. 19 19 20 20 == Related ==