1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 12:40:18 +08:00

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
Unverified
parent c86ddb7ee3
commit e96dad441d
@@ -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);
}