Unify MarginPadding

This commit is contained in:
HoutarouOreki
2018-07-25 17:04:36 +02:00
parent a7a6e52c16
commit 3e6968b57e
5 changed files with 9 additions and 19 deletions

View File

@ -56,7 +56,7 @@ namespace osu.Game.Overlays.Changelog
Text = LatestBuild.UpdateStream.DisplayName,
Font = @"Exo2.0-Bold",
TextSize = 14, // web: 12,
Margin = new MarginPadding { Top = 6, },
Margin = new MarginPadding { Top = 6 },
},
new SpriteText
{