1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 13:23:22 +08:00

Fix notification overlay having incorrect initial X

This commit is contained in:
Salman Ahmed 2021-08-07 01:27:54 +03:00
parent ae733e202f
commit 9ac5c9aa2f

View File

@ -43,6 +43,7 @@ namespace osu.Game.Overlays
[BackgroundDependencyLoader]
private void load()
{
X = WIDTH;
Width = WIDTH;
RelativeSizeAxes = Axes.Y;