Searched refs:kIconInset (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp479 static const int kIconInset = 3; variable
487 size.height = max_c(size.height, kIconSize + kIconInset * 2);
489 size.width += kIconSize + kIconInset * 2;
523 BPoint iconPos(frame.left + kIconInset - 1,
531 frame.left = frame.left + kIconSize + kIconInset * 2;

Completed in 39 milliseconds