1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 21:13:01 +08:00

Adjust separator position between top and bottom content

This commit is contained in:
recapitalverb 2020-02-04 22:38:25 +07:00
parent 0cba1a357f
commit 833bb28dcf

View File

@ -134,7 +134,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{
RelativeSizeAxes = minWidth == null ? Axes.X : Axes.None,
Width = minWidth ?? 1f,
Height = 2
Height = 2,
Margin = new MarginPadding { Top = 2 }
},
content
}