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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizard.cpp257 int iProposedLabelWidth = iGoldenRatioWidth - iMarginsLength; local
260 iProposedLabelWidth -= iWatermarkWidth;
264 int iNewLabelWidth = qMax(iCurrentLabelWidth, iProposedLabelWidth);

Completed in 2388 milliseconds