Searched refs:mbHeight (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/apps/terminal/
H A DTermWindow.cpp962 float mbHeight = fMenuBar->Bounds().Height() + 1; local
971 fTabView->ResizeBy(0, mbHeight);
972 fTabView->MoveBy(0, -mbHeight);
983 float mbHeight = fMenuBar->Bounds().Height() + 1; local
992 fTabView->ResizeBy(0, -mbHeight);
993 fTabView->MoveBy(0, mbHeight);

Completed in 37 milliseconds