Add right margin on score multiplier text

This commit is contained in:
Ganendra Afrasya
2019-11-28 18:48:43 +07:00
parent 6149482b5d
commit ada8dabf7e

View File

@ -54,6 +54,7 @@ namespace osu.Game.Screens.Select
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Font = OsuFont.GetFont(weight: FontWeight.Bold),
Margin = new MarginPadding { Right = 10 }
}
},
AutoSizeAxes = Axes.Both,