diff --git a/osu.Game/Overlays/Toolbar/AnalogClockDisplay.cs b/osu.Game/Overlays/Toolbar/AnalogClockDisplay.cs index e100ee0c06..9228900e99 100644 --- a/osu.Game/Overlays/Toolbar/AnalogClockDisplay.cs +++ b/osu.Game/Overlays/Toolbar/AnalogClockDisplay.cs @@ -135,10 +135,10 @@ public LargeHand(float length) private void load(OsuColour colours) { Anchor = Anchor.Centre; - Origin = Anchor.CentreLeft; - Origin = Anchor.Custom; + OriginPosition = new Vector2(hand_thickness / 2); // offset x also, to ensure the centre of the line is centered on the face. + Height = hand_thickness; InternalChildren = new Drawable[]