Skip to content

Commit

Permalink
Fix alignment and sizing of Rewards verified badge (uplift to 1.62.x) (
Browse files Browse the repository at this point in the history
…#21622)

Uplift of #21616 (squashed) to release
  • Loading branch information
brave-builds authored Jan 19, 2024
1 parent 4ff0045 commit ea14b8a
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 ea14b8a

Please sign in to comment.