mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 18:31:01 +08:00
Fix top and bottom spacing of the local rank display
This commit is contained in:
@@ -109,7 +109,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Spacing = new Vector2(5),
|
||||
Margin = new MarginPadding { Left = 6.5f, Bottom = 3.5f },
|
||||
Margin = new MarginPadding { Left = 6.5f },
|
||||
Direction = FillDirection.Horizontal,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
@@ -125,6 +125,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
Origin = Anchor.CentreLeft,
|
||||
Direction = FillDirection.Vertical,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Margin = new MarginPadding { Bottom = 3.5f },
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new FillFlowContainer
|
||||
|
||||
@@ -99,7 +99,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Spacing = new Vector2(5),
|
||||
Margin = new MarginPadding { Left = 6.5f, Bottom = 2.8f },
|
||||
Margin = new MarginPadding { Left = 6.5f },
|
||||
Direction = FillDirection.Horizontal,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
@@ -114,7 +114,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Direction = FillDirection.Vertical,
|
||||
Padding = new MarginPadding { Bottom = 2 },
|
||||
Padding = new MarginPadding { Bottom = 4.8f },
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user