mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Make tick lines thicker
This commit is contained in:
parent
3cb1d04667
commit
453f0ba675
@ -12,6 +12,7 @@ using osu.Framework.Allocation;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using static osu.Game.Users.User;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
{
|
||||
@ -140,7 +141,8 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
Origin = Anchor.CentreRight,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
RelativePositionAxes = Axes.Y,
|
||||
Height = 1,
|
||||
Height = 0.1f,
|
||||
EdgeSmoothness = Vector2.One,
|
||||
Y = y
|
||||
});
|
||||
|
||||
@ -180,7 +182,8 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
Origin = Anchor.TopCentre,
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
RelativePositionAxes = Axes.X,
|
||||
Width = 1,
|
||||
Width = 0.1f,
|
||||
EdgeSmoothness = Vector2.One,
|
||||
X = x
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user