Changeset 72873 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 4, 2018 1:16:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.cpp
r72869 r72873 87 87 88 88 #ifndef VBOX_WS_MAC 89 setWindowIcon(QIcon(":/ vm_settings_16px.png"));89 setWindowIcon(QIcon(":/fd_add_22px.png")); 90 90 #endif 91 91 92 92 setWindowModality(Qt::WindowModal); 93 93 setSizeGripEnabled(false); 94 95 94 96 95 QGridLayout *pMainLayout = new QGridLayout; … … 126 125 if (m_pSizeCombo) 127 126 { 128 pMainLayout->addWidget(m_pSizeCombo, 1, 1, 1, 2);127 pMainLayout->addWidget(m_pSizeCombo, 1, 1, 1, 1); 129 128 m_pSizeCombo->insertItem(FDSize_2_88M, "2.88M", 2949120); 130 129 m_pSizeCombo->insertItem(FDSize_1_44M, "1.44M", 1474560);
Note:
See TracChangeset
for help on using the changeset viewer.