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:
parent
2e74b4be60
commit
00b139b3df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user