VirtualBox

Changeset 74629 in vbox for trunk/src


Ignore:
Timestamp:
Oct 5, 2018 1:19:15 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9620: UIApplianceImportEditorWidget: Disable unused w/a for now.

File:
1 edited

Legend:

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

    r74628 r74629  
    348348    m_pAdditionalOptionsLabel->setText(tr("Additional Options:"));
    349349
     350#if 0 /* this may be needed if contents became dinamical to avoid label jumping */
    350351    QList<QWidget*> labels;
    351352    labels << m_pMACComboBoxLabel;
     
    356357        iMaxWidth = qMax(iMaxWidth, pLabel->minimumSizeHint().width());
    357358    m_pOptionsLayout->setColumnMinimumWidth(0, iMaxWidth);
     359#endif /* this may be needed if contents became dinamical to avoid label jumping */
    358360}
    359361
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