1
0
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:
Dean Herbert
2025-11-21 16:24:10 +09:00
Unverified
parent 34146b8bcb
commit df79269e6f
2 changed files with 2 additions and 2 deletions
@@ -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[]
{