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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineViewNormal.cpp202 QSize maximumSize = workingArea().size().expandedTo(windowSize); local
211 return maximumSize - (windowSize - centralWidgetSize.boundedTo(windowSize));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineViewScale.cpp206 QSize maximumSize = workingArea().size().expandedTo(windowSize); local
215 return maximumSize - (windowSize - centralWidgetSize.boundedTo(windowSize));

Completed in 43 milliseconds