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

Remove arbitrary margin

This commit is contained in:
Salman Ahmed 2023-12-12 21:21:04 +03:00
parent 10e8edff67
commit f0ddcb22c6

View File

@ -413,11 +413,6 @@ namespace osu.Game.Graphics.UserInterface
private partial class DropdownSearchTextBox : SearchTextBox
{
public DropdownSearchTextBox()
{
TextContainer.Margin = new MarginPadding { Top = 4f };
}
public override bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
{
if (e.Action == GlobalAction.Back)