VirtualBox

Changeset 91838 in vbox


Ignore:
Timestamp:
Oct 19, 2021 8:56:52 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9974. Small layout fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIBootFailureDialog.cpp

    r91736 r91838  
    151151
    152152    if (m_pBootImageLabel)
     153    {
    153154        pSelectorLayout->addWidget(m_pBootImageLabel);
     155        m_pBootImageLabel->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
     156
     157    }
    154158
    155159    m_pBootImageSelector = new UIFilePathSelector;
     
    157161    {
    158162        m_pBootImageSelector->setMode(UIFilePathSelector::Mode_File_Open);
     163        m_pBootImageSelector->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
    159164        m_pBootImageSelector->setFileDialogFilters("ISO Images(*.iso *.ISO)");
    160165        m_pBootImageSelector->setResetEnabled(false);
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