1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Revert column separator height to 2

This commit is contained in:
recapitalverb 2020-02-04 21:55:04 +07:00
parent 5030b66092
commit f112760b00

View File

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