mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 13:07:20 +08:00
Fix padding on dropdown search bar
This commit is contained in:
parent
27ae7d77f4
commit
17f1f8bb43
@ -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…
x
Reference in New Issue
Block a user