mirror of
https://github.com/osukey/osukey.git
synced 2025-05-18 12:07:37 +09:00
Update SpotlightSelector design
This commit is contained in:
parent
df328dd981
commit
1c69e4eb5b
@ -77,11 +77,11 @@ namespace osu.Game.Overlays.Rankings
|
|||||||
},
|
},
|
||||||
new FillFlowContainer
|
new FillFlowContainer
|
||||||
{
|
{
|
||||||
Anchor = Anchor.BottomRight,
|
Anchor = Anchor.BottomLeft,
|
||||||
Origin = Anchor.BottomRight,
|
Origin = Anchor.BottomLeft,
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Direction = FillDirection.Horizontal,
|
Direction = FillDirection.Horizontal,
|
||||||
Spacing = new Vector2(15, 0),
|
Spacing = new Vector2(20, 0),
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
startDateColumn = new InfoColumn(@"Start Date"),
|
startDateColumn = new InfoColumn(@"Start Date"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user