1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 07:22:54 +08:00

Revert to previous width spec instead of size

This commit is contained in:
Bartłomiej Dach 2021-05-17 21:18:45 +02:00
parent ef114f2407
commit 0e91a00a7e

View File

@ -13,7 +13,6 @@ using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.UserInterface;
using osu.Framework.Input.Events;
using osu.Game.Graphics;
using osuTK;
namespace osu.Game.Overlays
{
@ -60,7 +59,7 @@ namespace osu.Game.Overlays
Type = EdgeEffectType.Glow,
Radius = 2,
},
Size = new Vector2(0.33f, 0.8f),
Width = 0.33f,
Child = new Box { RelativeSizeAxes = Axes.Both },
};
}