VirtualBox

Changeset 72313 in vbox for trunk/src


Ignore:
Timestamp:
May 24, 2018 8:31:14 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: ​bugref:6769 In the new vm wizard making the path/name fields extend to 3rd column

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.cpp

    r72288 r72313  
    241241        if (m_pNameLineEdit)
    242242        {
    243             pMainLayout->addWidget(m_pNameLineEdit, 0, 1, 1, 1);
     243            pMainLayout->addWidget(m_pNameLineEdit, 0, 1, 1, 2);
    244244        }
    245245
     
    255255        if (m_pPathSelector)
    256256        {
    257             pMainLayout->addWidget(m_pPathSelector, 1, 1, 1, 1);
     257            pMainLayout->addWidget(m_pPathSelector, 1, 1, 1, 2);
    258258            QString strDefaultMachineFolder = vboxGlobal().virtualBox().GetSystemProperties().GetDefaultMachineFolder();
    259259            m_pPathSelector->setPath(strDefaultMachineFolder);
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