[[BackLinksMenu]] [[TicketQuery(summary=FRAME_PADDING_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] = Analysis = == Overview == The frame paddings are the blank outer fields inside the frame which separate the frame`s content from the frame border. Paddings colud have different width. They could be left, right, top or bottom. == Task requirements == * The frame should have propertie defining its padding width. == Task result == The result of this task is source code. == Implementation idea == * Create Padding class extending !ProObject with properties for the left, right, bottom and top padding. * Add Padding property to the Frame. == Related == * [source:trunk/sophie2-platform/doc/spec-diagrams/FrameBounds.png] * [wiki:FRAME_PADDING_R0] * [wiki:FRAME_BOUNDS_R0] * [wiki:FRAME_SIZE_R0] * [wiki:FRAME_INSETS_R0] == How to demo == * Create frame with concrete margins and check if other components are put correspondingly. * Check if other frames under the margin are displayed corectly. = Design = = Implementation = ^(Implementation results should be described and linked here (from the wiki or the repository))^ = Testing = = Comments = ^(Write comments for this or later revisions here.)