Changeset 75937 in vbox
- Timestamp:
- Dec 4, 2018 8:24:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManagerOperationsPanel.cpp
r75915 r75937 216 216 /* Hide the QProgressBar's text since in MacOS it never shows: */ 217 217 m_pProgressBar->setTextVisible(false); 218 m_pMainLayout->addWidget(m_pProgressBar, 0, 0, 1, 1);218 m_pMainLayout->addWidget(m_pProgressBar, 0, 0, 1, 2); 219 219 } 220 220 … … 226 226 if (!m_comProgress.isNull() && !m_comProgress.GetCancelable()) 227 227 m_pCancelButton->setEnabled(false); 228 m_pMainLayout->addWidget(m_pCancelButton, 0, 1, 1, 1);228 m_pMainLayout->addWidget(m_pCancelButton, 0, 2, 1, 1); 229 229 } 230 230 … … 233 233 { 234 234 m_pStatusLabel->setContextMenuPolicy(Qt::NoContextMenu); 235 m_pMainLayout->addWidget(m_pStatusLabel, 0, 2, 1, 1);235 m_pMainLayout->addWidget(m_pStatusLabel, 0, 3, 1, 1); 236 236 } 237 237
Note:
See TracChangeset
for help on using the changeset viewer.

