mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 17:23:21 +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.Game.Graphics;
|
||||||
using osu.Framework.Graphics.Shapes;
|
using osu.Framework.Graphics.Shapes;
|
||||||
using static osu.Game.Users.User;
|
using static osu.Game.Users.User;
|
||||||
|
using osuTK;
|
||||||
|
|
||||||
namespace osu.Game.Overlays.Profile.Sections.Historical
|
namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||||
{
|
{
|
||||||
@ -140,7 +141,8 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
|||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.CentreRight,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
RelativePositionAxes = Axes.Y,
|
RelativePositionAxes = Axes.Y,
|
||||||
Height = 1,
|
Height = 0.1f,
|
||||||
|
EdgeSmoothness = Vector2.One,
|
||||||
Y = y
|
Y = y
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -180,7 +182,8 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
|||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
RelativeSizeAxes = Axes.Y,
|
RelativeSizeAxes = Axes.Y,
|
||||||
RelativePositionAxes = Axes.X,
|
RelativePositionAxes = Axes.X,
|
||||||
Width = 1,
|
Width = 0.1f,
|
||||||
|
EdgeSmoothness = Vector2.One,
|
||||||
X = x
|
X = x
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user