mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Adjust value to not be full width (but allow for more accommodations with localised versions)
This commit is contained in:
parent
2888623bdb
commit
52c69d2f22
@ -67,7 +67,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
{
|
{
|
||||||
Text = InputSettingsStrings.ResetSectionButton;
|
Text = InputSettingsStrings.ResetSectionButton;
|
||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
Width = Content.Width;
|
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…
Reference in New Issue
Block a user