Offset the icon buttons a little bit to look a bit more centered

Maybe it's just me, but this is really triggering me.
This commit is contained in:
smoogipoo 2018-03-19 20:14:13 +09:00
parent c86ddb7ee3
commit e96dad441d

View File

@ -163,6 +163,9 @@ namespace osu.Game.Screens.Edit.Screens.Compose.BeatSnap
Anchor = Anchor.Centre;
Origin = Anchor.Centre;
// Small offset to look a bit better centered along with the divisor text
Y = 1;
ButtonSize = new Vector2(20);
IconScale = new Vector2(0.7f);
}