mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 07:33:12 +08:00
Revert column separator height to 2
This commit is contained in:
parent
5030b66092
commit
f112760b00
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user