mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove usages of negative Margin / Padding
Replaces such usage with more sensible settings, like changing the position or size.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user