Remove usages of negative Margin / Padding

Replaces such usage with more sensible settings, like changing the
position or size.
This commit is contained in:
Thomas Müller
2017-03-02 19:16:31 +01:00
parent d74a601180
commit c732890664
3 changed files with 2 additions and 6 deletions

View File

@ -52,7 +52,6 @@ namespace osu.Game.Beatmaps.Drawables
},
artist = new OsuSpriteText
{
Margin = new MarginPadding { Top = -1 },
Font = @"Exo2.0-SemiBoldItalic",
Text = beatmap.BeatmapSetInfo.Metadata.Artist,
TextSize = 17,