VirtualBox

Ignore:
Timestamp:
Sep 17, 2024 6:27:43 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164842
Message:

FE/Qt: bugref:10513: VM Settings / Storage page: Adjust medium-slot combo size-policy to avoid layout jumping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIStorageSettingsEditor.cpp

    r106075 r106076  
    47994799                m_pComboSlot = new QComboBox(pWidgetAttachment);
    48004800                if (m_pComboSlot)
     4801                {
     4802                    m_pComboSlot->setSizePolicy(QSizePolicy(QSizePolicy::Ignored, QSizePolicy::Minimum));
    48014803                    pLayoutContainer->addWidget(m_pComboSlot);
     4804                }
    48024805
    48034806                /* Prepare slot combo: */
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