- Timestamp:
- Oct 5, 2018 1:19:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp
r74628 r74629 348 348 m_pAdditionalOptionsLabel->setText(tr("Additional Options:")); 349 349 350 #if 0 /* this may be needed if contents became dinamical to avoid label jumping */ 350 351 QList<QWidget*> labels; 351 352 labels << m_pMACComboBoxLabel; … … 356 357 iMaxWidth = qMax(iMaxWidth, pLabel->minimumSizeHint().width()); 357 358 m_pOptionsLayout->setColumnMinimumWidth(0, iMaxWidth); 359 #endif /* this may be needed if contents became dinamical to avoid label jumping */ 358 360 } 359 361
Note:
See TracChangeset
for help on using the changeset viewer.