From a04a0a7d2c65991874f58018a582b2c7901f273a Mon Sep 17 00:00:00 2001 From: n4b3l Date: Sat, 17 Dec 2016 15:58:51 +0100 Subject: [PATCH] fix allignment... --- osu.Game/Screens/Select/BeatmapInfoWedge.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/osu.Game/Screens/Select/BeatmapInfoWedge.cs b/osu.Game/Screens/Select/BeatmapInfoWedge.cs index 8ff2a370ab..0f6059b174 100644 --- a/osu.Game/Screens/Select/BeatmapInfoWedge.cs +++ b/osu.Game/Screens/Select/BeatmapInfoWedge.cs @@ -182,13 +182,13 @@ namespace osu.Game.Screens.Select { Icon = FontAwesome.fa_square, Colour = new Color4(68,17,136,255), - Rotation = 45, + Rotation = 45 }, new TextAwesome { Icon = icon, Colour = new Color4(255,221,85,255), - Scale = new Vector2(0.8f,0.8f), + Scale = new Vector2(0.8f,0.8f) }, new SpriteText { @@ -197,6 +197,7 @@ namespace osu.Game.Screens.Select Colour = new Color4(255,221,85,255), Text = text, TextSize = 17, + Origin = Anchor.CentreLeft }, } };