mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Move offset settings up for more logical ordering
This commit is contained in:
@ -110,12 +110,6 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
new SettingsSlider<float>
|
new SettingsSlider<float>
|
||||||
{
|
|
||||||
TransferValueOnCommit = true,
|
|
||||||
LabelText = "Aspect Ratio",
|
|
||||||
Current = aspectRatio
|
|
||||||
},
|
|
||||||
new SettingsSlider<float>
|
|
||||||
{
|
{
|
||||||
TransferValueOnCommit = true,
|
TransferValueOnCommit = true,
|
||||||
LabelText = "X Offset",
|
LabelText = "X Offset",
|
||||||
@ -127,6 +121,12 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
LabelText = "Y Offset",
|
LabelText = "Y Offset",
|
||||||
Current = offsetY
|
Current = offsetY
|
||||||
},
|
},
|
||||||
|
new SettingsSlider<float>
|
||||||
|
{
|
||||||
|
TransferValueOnCommit = true,
|
||||||
|
LabelText = "Aspect Ratio",
|
||||||
|
Current = aspectRatio
|
||||||
|
},
|
||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = "Lock aspect ratio",
|
LabelText = "Lock aspect ratio",
|
||||||
|
Reference in New Issue
Block a user