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

/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp244 const float buttonsInset = 3; local
247 tab->zoomRect.top += buttonsInset;
248 tab->zoomRect.right -= buttonsInset;
249 tab->zoomRect.bottom -= buttonsInset;
250 tab->zoomRect.left = tab->zoomRect.right - tabSize + buttonsInset;

Completed in 79 milliseconds