1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 07:22:38 +08:00

Fix editor play button being sized incorrectly (#5037)

Fix editor play button being sized incorrectly
This commit is contained in:
Dean Herbert
2019-06-16 05:06:20 +09:00
committed by GitHub
Unverified
@@ -36,12 +36,11 @@ namespace osu.Game.Screens.Edit.Components
playButton = new IconButton
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.Centre,
Origin = Anchor.CentreLeft,
Scale = new Vector2(1.4f),
IconScale = new Vector2(1.4f),
Icon = FontAwesome.Regular.PlayCircle,
Action = togglePause,
Padding = new MarginPadding { Left = 20 }
},
new OsuSpriteText
{