VirtualBox

Ignore:
Timestamp:
Mar 4, 2021 3:10:44 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9950. Changing the order of the hdd related choices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic4.cpp

    r87947 r87955  
    151151    pDiskLayout->addWidget(m_pDiskNew, 0, 0, 1, 6);
    152152    pDiskLayout->addWidget(createDiskVariantAndSizeWidgets(), 1, 2, 3, 4);
    153     pDiskLayout->addWidget(m_pDiskEmpty, 4, 0, 1, 6);
    154     pDiskLayout->addWidget(m_pDiskExisting, 6, 0, 1, 6);
    155     pDiskLayout->addWidget(m_pDiskSelector, 7, 2, 1, 3);
    156     pDiskLayout->addWidget(m_pDiskSelectionButton, 7, 5, 1, 1);
     153    pDiskLayout->addWidget(m_pDiskExisting, 4, 0, 1, 6);
     154    pDiskLayout->addWidget(m_pDiskSelector, 5, 2, 1, 3);
     155    pDiskLayout->addWidget(m_pDiskSelectionButton, 5, 5, 1, 1);
     156    pDiskLayout->addWidget(m_pDiskEmpty, 6, 0, 1, 6);
    157157    return pDiskContainer;
    158158}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette