mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Adjust metrics to make timing section fit better in editor
This commit is contained in:
@ -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,
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user