mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:02:59 +08:00
Centered button mods by adding padding to FillFlowContainer
This commit is contained in:
parent
6cb1a638b6
commit
b3d32710df
@ -54,11 +54,10 @@ namespace osu.Game.Screens.Select
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
||||||
Margin = new MarginPadding { Right = 10 }
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Margin = new MarginPadding { Left = 70 }
|
Margin = new MarginPadding { Left = 70, Right = 15 }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user