1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 15:27:30 +08:00

Merge pull request #25848 from 65-7a/dropdown-search-padding

Fix padding on dropdown search bar
This commit is contained in:
Dean Herbert 2023-12-19 00:36:14 +09:00 committed by GitHub
commit c88c25e77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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