mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 19:27:26 +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,
|
||||
Width = minWidth ?? 1f,
|
||||
Height = 1
|
||||
Height = 2
|
||||
},
|
||||
content
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user