Changes between Version 11 and Version 12 of FRAME_MARGINS_R0
- Timestamp:
- 12/16/08 18:50:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_MARGINS_R0
v11 v12 11 11 == Task requirements == 12 12 * The frame should have properties defining its margins width. 13 * [wiki:FRAME_INSETS_R0] 13 * There should be HUD for paddings (could be communal with margins`s HUD) 14 * All elements should adjust surrounding the margin 15 14 16 15 17 == Task result == … … 18 20 == Implementation idea == 19 21 * Add Insets marginsInsets property to the Frame. 20 * There should be HUD menufor margins (could be communal with margins`s HUD)21 * Other frames content(for example text) should adjust itsposition to the margins width.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 24 23 25 == Related ==