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:
parent
10e8edff67
commit
f0ddcb22c6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user