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:
commit
c88c25e77f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user