simplify VolumeMeter

This commit is contained in:
jorolf
2018-03-03 19:25:34 +01:00
parent 9a29c53c5e
commit ef63366d91
2 changed files with 14 additions and 19 deletions

View File

@ -31,7 +31,8 @@ namespace osu.Game.Overlays
[BackgroundDependencyLoader]
private void load(AudioManager audio, OsuColour colours)
{
RelativeSizeAxes = Axes.Both;
AutoSizeAxes = Axes.X;
RelativeSizeAxes = Axes.Y;
AddRange(new Drawable[]
{