Update SpotlightSelector design

This commit is contained in:
TheWildTree 2020-03-15 18:26:33 +01:00
parent df328dd981
commit 1c69e4eb5b

View File

@ -77,11 +77,11 @@ namespace osu.Game.Overlays.Rankings
},
new FillFlowContainer
{
Anchor = Anchor.BottomRight,
Origin = Anchor.BottomRight,
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
AutoSizeAxes = Axes.Both,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(15, 0),
Spacing = new Vector2(20, 0),
Children = new Drawable[]
{
startDateColumn = new InfoColumn(@"Start Date"),