Remove relative height specification and use constant height

This commit is contained in:
Dean Herbert
2021-05-21 17:55:46 +09:00
parent 1fd00d1313
commit abc96057b2
2 changed files with 4 additions and 3 deletions

View File

@ -96,7 +96,8 @@ namespace osu.Game.Overlays.Mods
Waves.ThirdWaveColour = Color4Extensions.FromHex(@"005774");
Waves.FourthWaveColour = Color4Extensions.FromHex(@"003a4e");
RelativeSizeAxes = Axes.Both;
RelativeSizeAxes = Axes.X;
Height = HEIGHT;
Padding = new MarginPadding { Horizontal = -OsuScreen.HORIZONTAL_OVERFLOW_PADDING };