Changeset 78087 in vbox
- Timestamp:
- Apr 10, 2019 1:18:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp
r78082 r78087 366 366 if (m_pSourceLayout) 367 367 { 368 m_pSourceLayout->setColumnStretch(0, 0); 369 m_pSourceLayout->setColumnStretch(1, 1); 370 368 371 /* Create source label: */ 369 372 m_pSourceLabel = new QLabel(this); … … 371 374 { 372 375 m_pSourceLabel->hide(); 373 m_pSourceLabel->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Minimum);374 m_pSourceLabel->setAlignment(Qt::AlignRight | Qt::AlignTrailing | Qt::AlignVCenter);375 376 376 377 /* Add into layout: */ 377 m_pSourceLayout->addWidget(m_pSourceLabel, 0, 0 );378 m_pSourceLayout->addWidget(m_pSourceLabel, 0, 0, Qt::AlignRight); 378 379 } 379 380 … … 438 439 { 439 440 m_pCloudContainerLayout->setContentsMargins(0, 0, 0, 0); 441 m_pCloudContainerLayout->setColumnStretch(0, 0); 442 m_pCloudContainerLayout->setColumnStretch(1, 1); 440 443 441 444 /* Create account label: */ … … 443 446 if (m_pAccountLabel) 444 447 { 445 m_pAccountLabel->setAlignment(Qt::AlignRight | Qt::AlignTrailing | Qt::AlignVCenter);446 447 448 /* Add into layout: */ 448 m_pCloudContainerLayout->addWidget(m_pAccountLabel, 0, 0 );449 m_pCloudContainerLayout->addWidget(m_pAccountLabel, 0, 0, Qt::AlignRight); 449 450 } 450 451
Note:
See TracChangeset
for help on using the changeset viewer.