Adjust metrics to make timing section fit better in editor

This commit is contained in:
Dean Herbert
2022-06-01 22:00:34 +09:00
parent f3f7e28353
commit d4e88441ec
3 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ namespace osu.Game.Screens.Edit.Timing
Origin = direction,
Font = OsuFont.Default.With(size: 10, weight: FontWeight.Bold),
Text = $"{(index > 0 ? "+" : "-")}{Math.Abs(Multiplier * amount)}",
Padding = new MarginPadding(5),
Padding = new MarginPadding(2),
Alpha = 0,
}
};