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,
|
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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user