mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Unify MarginPadding
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user