Changeset 106076 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 17, 2024 6:27:43 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164842
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIStorageSettingsEditor.cpp
r106075 r106076 4799 4799 m_pComboSlot = new QComboBox(pWidgetAttachment); 4800 4800 if (m_pComboSlot) 4801 { 4802 m_pComboSlot->setSizePolicy(QSizePolicy(QSizePolicy::Ignored, QSizePolicy::Minimum)); 4801 4803 pLayoutContainer->addWidget(m_pComboSlot); 4804 } 4802 4805 4803 4806 /* Prepare slot combo: */
Note:
See TracChangeset
for help on using the changeset viewer.