mirror of
https://github.com/ppy/osu
synced 2025-03-22 19:06:58 +00: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:
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user