Skip to content

Commit

Permalink
Uplift of #21616 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Jan 18, 2024
1 parent 85d26e2 commit 7bb7725
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class RewardsBadgeImageSource : public brave::BraveIconWithBadgeImageSource {
// area. Expand the badge rectangle accordingly.
gfx::Rect image_rect(badge_rect);
gfx::Outsets outsets;
outsets.set_top(3);
outsets.set_left(2);
outsets.set_right(1);
image_rect.Outset(outsets);
Expand Down

0 comments on commit 7bb7725

Please sign in to comment.