mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 02:03:01 +08:00
More formatting
This commit is contained in:
parent
5ebbc2c0ba
commit
8703e5a962
@ -51,16 +51,11 @@ namespace osu.Game.Modes.UI
|
||||
Margin = new MarginPadding { Right = 5 },
|
||||
};
|
||||
|
||||
protected override SongProgress CreateProgress()
|
||||
protected override SongProgress CreateProgress() => new SongProgress()
|
||||
{
|
||||
var p = new SongProgress()
|
||||
{
|
||||
Anchor = Anchor.BottomLeft,
|
||||
Origin = Anchor.BottomLeft,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
};
|
||||
|
||||
return p;
|
||||
}
|
||||
Anchor = Anchor.BottomLeft,
|
||||
Origin = Anchor.BottomLeft,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user