mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Add note about toast height
This commit is contained in:
@ -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[]
|
||||
|
Reference in New Issue
Block a user