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

/haiku/src/apps/workspaces/
H A DWorkspaces.cpp178 float GetTabHeight() { return fSettings->HasTitle() ? fTabHeight : 0; } function in class:WorkspacesWindow
588 float tabHeight = window->GetTabHeight();
761 || height + 2 * borderWidth + GetTabHeight() > screenHeight) {
860 || height + 2 * GetScreenBorderOffset() + GetTabHeight()

Completed in 30 milliseconds