Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp320 int yPathSize; in OnSize() local
324 yPathSize = RECT_SIZE_Y(r); in OnSize()
325 _pathEdit.Move(r.left, y - my - yPathSize - my - yPathSize, xLim - r.left, yPathSize); in OnSize()
331 _filterCombo.Move(r.left, y - my - yPathSize, xLim - r.left, RECT_SIZE_Y(r)); in OnSize()
337 _list.Move(r.left, r.top, xLim - r.left, y - my - yPathSize - my - yPathSize - my - r.top); in OnSize()

Completed in 2 milliseconds