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

Remove hack (fixed at framework level).

This commit is contained in:
Dean Herbert 2017-03-03 13:49:38 +09:00
parent 2e74b4be60
commit 00b139b3df
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -78,10 +78,6 @@ namespace osu.Game.Screens.Select.Options
Origin = Anchor.BottomLeft,
Anchor = Anchor.BottomLeft,
Direction = FillDirection.Left,
Padding = new MarginPadding
{
Left = BeatmapOptionsButton.SIZE.X, // For some reason autosize on this flow container is one button too short
},
Children = new BeatmapOptionsButton[]
{
new BeatmapOptionsDeleteButton