mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12:57 +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,
|
Origin = Anchor.BottomLeft,
|
||||||
Anchor = Anchor.BottomLeft,
|
Anchor = Anchor.BottomLeft,
|
||||||
Direction = FillDirection.Left,
|
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[]
|
Children = new BeatmapOptionsButton[]
|
||||||
{
|
{
|
||||||
new BeatmapOptionsDeleteButton
|
new BeatmapOptionsDeleteButton
|
||||||
|
Loading…
Reference in New Issue
Block a user