Add note about toast height

This commit is contained in:
Dean Herbert
2019-07-11 15:14:57 +09:00
parent 3bc789fca8
commit dd13e2508a

View File

@ -18,6 +18,8 @@ namespace osu.Game.Overlays.OSD
Anchor = Anchor.Centre;
Origin = Anchor.Centre;
Width = 240;
// A toast's height is decided (and transformed) by the containing OnScreenDisplay.
RelativeSizeAxes = Axes.Y;
InternalChildren = new Drawable[]