mirror of https://github.com/ppy/osu
Remove margin completely
This commit is contained in:
parent
c9517aeebf
commit
70985d3b22
|
@ -122,8 +122,6 @@ public OsuTabDropdownHeader()
|
|||
Anchor = Anchor.Centre,
|
||||
}
|
||||
};
|
||||
|
||||
Margin = new MarginPadding { Left = 5, Right = 5 };
|
||||
}
|
||||
|
||||
protected override bool OnHover(HoverEvent e)
|
||||
|
|
Loading…
Reference in New Issue