1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 04:29:52 +08:00

Adjust separator position between top and bottom content

This commit is contained in:
recapitalverb
2020-02-04 22:38:25 +07:00
Unverified
parent 0cba1a357f
commit 833bb28dcf
@@ -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
}