mirror of
https://github.com/ppy/osu
synced 2025-01-19 04:20:59 +00:00
Adjust metrics to make timing section fit better in editor
This commit is contained in:
parent
f3f7e28353
commit
d4e88441ec
@ -37,7 +37,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
RelativeSizeAxes = Axes.X;
|
||||
AutoSizeAxes = Axes.Y;
|
||||
|
||||
Padding = new MarginPadding(10);
|
||||
Padding = new MarginPadding(10) { Bottom = 0 };
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
@ -77,7 +77,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
{
|
||||
Flow = new FillFlowContainer
|
||||
{
|
||||
Padding = new MarginPadding(20),
|
||||
Padding = new MarginPadding(10) { Top = 0 },
|
||||
Spacing = new Vector2(20),
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
|
@ -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,
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user