| 59 | } |
| 60 | |
| 61 | RectI VerticalLayout::relativeBoundRect() const { |
| 62 | return contentBoundRect().translated(relativePosition()); |
| 63 | } |
| 64 | |
| 65 | void VerticalLayout::setHorizontalAnchor(HorizontalAnchor horizontalAnchor) { |
| 66 | m_horizontalAnchor = horizontalAnchor; |