Don't offset close tab x on click

This commit is contained in:
John Scipione
2013-02-17 20:13:33 -05:00
parent 8236628b59
commit 688daae9cc
@@ -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);