- Timestamp:
- May 24, 2018 8:31:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.cpp
r72288 r72313 241 241 if (m_pNameLineEdit) 242 242 { 243 pMainLayout->addWidget(m_pNameLineEdit, 0, 1, 1, 1);243 pMainLayout->addWidget(m_pNameLineEdit, 0, 1, 1, 2); 244 244 } 245 245 … … 255 255 if (m_pPathSelector) 256 256 { 257 pMainLayout->addWidget(m_pPathSelector, 1, 1, 1, 1);257 pMainLayout->addWidget(m_pPathSelector, 1, 1, 1, 2); 258 258 QString strDefaultMachineFolder = vboxGlobal().virtualBox().GetSystemProperties().GetDefaultMachineFolder(); 259 259 m_pPathSelector->setPath(strDefaultMachineFolder);
Note:
See TracChangeset
for help on using the changeset viewer.