mirror of
https://github.com/ppy/osu
synced 2024-12-18 21:06:38 +00:00
Fix editor play button being sized incorrectly (#5037)
Fix editor play button being sized incorrectly
This commit is contained in:
commit
b7dfd90663
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user