Changeset 86356 in vbox
- Timestamp:
- Sep 30, 2020 5:14:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.cpp
r83653 r86356 407 407 { 408 408 case WizardType_CloneVM: 409 case WizardType_ExportAppliance: 410 case WizardType_ImportAppliance: 409 411 dRatio -= 0.4; 410 412 break; … … 412 414 case WizardType_CloneVD: 413 415 dRatio += 0.1; 414 break;415 case WizardType_ExportAppliance:416 case WizardType_ImportAppliance:417 dRatio += 0.3;418 break;419 case WizardType_NewCloudVM:420 case WizardType_AddCloudVM:421 dRatio += 0.7;422 416 break; 423 417 case WizardType_FirstRun:
Note:
See TracChangeset
for help on using the changeset viewer.