Searched defs:iPageHeight (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizard.cpp463 int iPageHeight = 0; local
466 iPageHeight = page(0)->minimumSize().height();
475 return iTopMargin + iTitleHeight + iMarginBetweenTitleAndPage + iPageHeight + iBottomMargin;

Completed in 42 milliseconds