VirtualBox

Changeset 67933 in vbox


Ignore:
Timestamp:
Jul 12, 2017 1:50:30 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116925
Message:

FE/Qt: bugref:8400: Virtual Media Manager: Details widget: Make type field using minimum policy instead of minimum-expanding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDetailsWidget.cpp

    r67931 r67933  
    245245                    /* Configure editor: */
    246246                    m_pLabelType->setBuddy(m_pComboBoxType);
    247                     m_pComboBoxType->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
     247                    m_pComboBoxType->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
    248248                    connect(m_pComboBoxType, static_cast<void(QComboBox::*)(int)>(&QComboBox::activated),
    249249                            this, &UIMediumDetailsWidget::sltTypeIndexChanged);
     
    252252                    pLayoutType->addWidget(m_pComboBoxType);
    253253                }
     254
     255                /* Add stretch: */
     256                pLayoutType->addStretch();
    254257
    255258                /* Create type error pane: */
Note: See TracChangeset for help on using the changeset viewer.

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