mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 16:22:57 +08:00
Update "reset all bindings" button to better match new key binding row widths
This commit is contained in:
parent
0e91a00a7e
commit
3a5b21c0f5
@ -55,10 +55,13 @@ namespace osu.Game.Overlays.KeyBinding
|
|||||||
{
|
{
|
||||||
Text = "Reset all bindings in section";
|
Text = "Reset all bindings in section";
|
||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
Margin = new MarginPadding { Top = 5 };
|
Width = 0.5f;
|
||||||
Height = 20;
|
Anchor = Anchor.TopCentre;
|
||||||
|
Origin = Anchor.TopCentre;
|
||||||
|
Margin = new MarginPadding { Top = 15 };
|
||||||
|
Height = 30;
|
||||||
|
|
||||||
Content.CornerRadius = 5;
|
Content.CornerRadius = 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user