Skip to content

Commit

Permalink
Fix tab extension dropdown having dead non-clickable hover area
Browse files Browse the repository at this point in the history
Closes ppy#28899.
  • Loading branch information
peppy committed Jul 18, 2024
1 parent 3a1c053 commit c9517ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Graphics/UserInterface/OsuTabDropdown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public OsuTabDropdownHeader()
}
};

Padding = new MarginPadding { Left = 5, Right = 5 };
Margin = new MarginPadding { Left = 5, Right = 5 };
}

protected override bool OnHover(HoverEvent e)
Expand Down

0 comments on commit c9517ae

Please sign in to comment.