mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:43:22 +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
|
private partial class DropdownSearchTextBox : SearchTextBox
|
||||||
{
|
{
|
||||||
public DropdownSearchTextBox()
|
|
||||||
{
|
|
||||||
TextContainer.Margin = new MarginPadding { Top = 4f };
|
|
||||||
}
|
|
||||||
|
|
||||||
public override bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
public override bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||||
{
|
{
|
||||||
if (e.Action == GlobalAction.Back)
|
if (e.Action == GlobalAction.Back)
|
||||||
|
Loading…
Reference in New Issue
Block a user