diff --git a/osu.Game/Overlays/Settings/Sections/Input/TabletSettings.cs b/osu.Game/Overlays/Settings/Sections/Input/TabletSettings.cs
index f7c372a037..b6efa00cdb 100644
--- a/osu.Game/Overlays/Settings/Sections/Input/TabletSettings.cs
+++ b/osu.Game/Overlays/Settings/Sections/Input/TabletSettings.cs
@@ -45,9 +45,9 @@ namespace osu.Game.Overlays.Settings.Sections.Input
private GameHost host { get; set; }
///
- /// Based on ultrawide monitor configurations.
+ /// Based on ultrawide monitor configurations, plus a bit of lenience for users which are intentionally aiming for higher horizontal velocity.
///
- private const float largest_feasible_aspect_ratio = 21f / 9;
+ private const float largest_feasible_aspect_ratio = 23f / 9;
private readonly BindableNumber aspectRatio = new BindableFloat(1)
{