mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 01:17:35 +09:00
Match web border height
This commit is contained in:
parent
799a86544f
commit
83d5691ba3
@ -43,7 +43,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
|||||||
line = new Circle
|
line = new Circle
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Height = 4,
|
Height = 2,
|
||||||
},
|
},
|
||||||
title = new OsuSpriteText
|
title = new OsuSpriteText
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user