Don't offset close tab x on click

This commit is contained in:
John Scipione 2013-02-17 19:02:05 -05:00
parent 8236628b59
commit 688daae9cc

View File

@ -636,7 +636,6 @@ void WebTabView::_DrawCloseButton(BView* owner, BRect& frame,
be_control_look->DrawButtonBackground(owner, buttonRect, updateRect,
base, BControlLook::B_ACTIVATED);
tint *= 1.2;
closeRect.OffsetBy(1, 1);
}
base = tint_color(base, tint);