Fix padding on dropdown search bar

This commit is contained in:
65-7a 2023-12-19 00:28:23 +11:00
parent 27ae7d77f4
commit 17f1f8bb43

View File

@ -397,7 +397,7 @@ namespace osu.Game.Graphics.UserInterface
protected override DropdownSearchBar CreateSearchBar() => new OsuDropdownSearchBar
{
Padding = new MarginPadding { Right = 36 },
Padding = new MarginPadding { Right = 26 },
};
private partial class OsuDropdownSearchBar : DropdownSearchBar