Remove margin completely

This commit is contained in:
Dean Herbert 2024-07-18 19:01:52 +09:00
parent c9517aeebf
commit 70985d3b22
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -122,8 +122,6 @@ public OsuTabDropdownHeader()
Anchor = Anchor.Centre,
}
};
Margin = new MarginPadding { Left = 5, Right = 5 };
}
protected override bool OnHover(HoverEvent e)