Searched refs:winHeight (Results 1 – 1 of 1) sorted by relevance
/haiku/src/apps/diskusage/ |
H A D | InfoWindow.cpp | 144 float winHeight = 32.0 + 4.0 * kSmallVMargin + 5.0 * (fontHeight in InfoWin() local 147 ResizeTo(winWidth, winHeight); in InfoWin() 149 LeftView *leftView = new LeftView(BRect(0.0, 0.0, leftWidth, winHeight), in InfoWin() 152 BRect(leftWidth + 1.0, 0.0, winWidth, winHeight), NULL, in InfoWin()
|