1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 01:33:21 +08:00

Update "reset all bindings" button to better match new key binding row widths

This commit is contained in:
Dean Herbert 2021-05-18 13:47:39 +09:00
parent 0e91a00a7e
commit 3a5b21c0f5

View File

@ -55,10 +55,13 @@ namespace osu.Game.Overlays.KeyBinding
{
Text = "Reset all bindings in section";
RelativeSizeAxes = Axes.X;
Margin = new MarginPadding { Top = 5 };
Height = 20;
Width = 0.5f;
Anchor = Anchor.TopCentre;
Origin = Anchor.TopCentre;
Margin = new MarginPadding { Top = 15 };
Height = 30;
Content.CornerRadius = 5;
}
}
}
}