Put align values in layout hints
This commit is contained in:
parent
a3ea1f64a3
commit
5661608233
@ -172,6 +172,8 @@ func (this *containerBox) layoutHints () tomo.LayoutHints {
|
||||
Bounds: innerBounds,
|
||||
OverflowX: this.hOverflow,
|
||||
OverflowY: this.vOverflow,
|
||||
AlignX: this.hAlign,
|
||||
AlignY: this.vAlign,
|
||||
Gap: this.gap,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user