mirror of
https://github.com/ppy/osu
synced 2025-01-04 21:30:08 +00:00
Update SpotlightSelector design
This commit is contained in:
parent
df328dd981
commit
1c69e4eb5b
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user