mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +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…
Reference in New Issue
Block a user