1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 01:19:52 +08:00

Add note about toast height

This commit is contained in:
Dean Herbert
2019-07-11 15:14:57 +09:00
Unverified
parent 3bc789fca8
commit dd13e2508a
+2
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[]