Changes between Version 12 and Version 13 of FRAME_MARGINS_R0
- Timestamp:
- 12/16/08 19:35:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_MARGINS_R0
v12 v13 11 11 == Task requirements == 12 12 * The frame should have properties defining its margins width. 13 * There should be HUD for paddings (could be communal with margins`s HUD)14 * All elements should adjust surrounding the margin13 * There should be HUD for margins (could be communal with paddings`s HUD) 14 * The Halo should not be in the margin. 15 15 16 16 … … 20 20 == Implementation idea == 21 21 * Add Insets marginsInsets property to the Frame. 22 * There should be HUD for margins (could be communal with margins`s HUD) 23 * Other elements should adjust their position to the margins width. 22 * Create HUD for margins (could be communal with paddings`s HUD) 24 23 25 24 == Related == … … 31 30 32 31 == How to demo == 33 * Create frame with concrete margins over other frame with text content and check if the text adjusts to its width.34 * Use the HUD to change the margins and show how the text is adjusting to the new margin.32 * Create a frame with concrete margins and see that the Halo is adjusting to its width. 33 * Use the HUD to change the margins and check that they are set correctly. 35 34 36 35 = Design =