1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 11:34:36 +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
Unverified
@@ -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