mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Merge pull request #14687 from Emil8250/master
Make "Reset bindings" button wider to accommodate to localisations better
This commit is contained in:
commit
1e09f558d1
@ -67,7 +67,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
{
|
{
|
||||||
Text = InputSettingsStrings.ResetSectionButton;
|
Text = InputSettingsStrings.ResetSectionButton;
|
||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
Width = 0.5f;
|
Width = 0.8f;
|
||||||
Anchor = Anchor.TopCentre;
|
Anchor = Anchor.TopCentre;
|
||||||
Origin = Anchor.TopCentre;
|
Origin = Anchor.TopCentre;
|
||||||
Margin = new MarginPadding { Top = 15 };
|
Margin = new MarginPadding { Top = 15 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user