Put align values in layout hints

This commit is contained in:
Sasha Koshka 2023-07-13 12:51:38 -04:00
parent a3ea1f64a3
commit 5661608233

View File

@ -172,6 +172,8 @@ func (this *containerBox) layoutHints () tomo.LayoutHints {
Bounds: innerBounds, Bounds: innerBounds,
OverflowX: this.hOverflow, OverflowX: this.hOverflow,
OverflowY: this.vOverflow, OverflowY: this.vOverflow,
AlignX: this.hAlign,
AlignY: this.vAlign,
Gap: this.gap, Gap: this.gap,
} }
} }