mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 23:10:50 +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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user