mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +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;
|
||||
RelativeSizeAxes = Axes.X;
|
||||
Width = Content.Width;
|
||||
Width = 0.8f;
|
||||
Anchor = Anchor.TopCentre;
|
||||
Origin = Anchor.TopCentre;
|
||||
Margin = new MarginPadding { Top = 15 };
|
||||
|
Loading…
Reference in New Issue
Block a user