mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 01:49:53 +08:00
Adjust tablet settings layout to feel a touch nicer
This commit is contained in:
@@ -137,7 +137,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
rotation.BindValueChanged(val =>
|
||||
{
|
||||
usableAreaContainer.RotateTo(val.NewValue, 100, Easing.OutQuint);
|
||||
tabletContainer.RotateTo(-val.NewValue, 800, Easing.OutQuint);
|
||||
tabletContainer.RotateTo(-val.NewValue, 400, Easing.OutQuint);
|
||||
|
||||
checkBounds();
|
||||
}, true);
|
||||
|
||||
@@ -126,7 +126,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
Alpha = 0,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Spacing = new Vector2(0, 8),
|
||||
Spacing = new Vector2(0, SettingsSection.ITEM_SPACING),
|
||||
Direction = FillDirection.Vertical,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user