VirtualBox

Changeset 75937 in vbox


Ignore:
Timestamp:
Dec 4, 2018 8:24:34 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699. Small change in a panel's layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManagerOperationsPanel.cpp

    r75915 r75937  
    216216        /* Hide the QProgressBar's text since in MacOS it never shows: */
    217217        m_pProgressBar->setTextVisible(false);
    218         m_pMainLayout->addWidget(m_pProgressBar, 0, 0, 1, 1);
     218        m_pMainLayout->addWidget(m_pProgressBar, 0, 0, 1, 2);
    219219    }
    220220
     
    226226        if (!m_comProgress.isNull() && !m_comProgress.GetCancelable())
    227227            m_pCancelButton->setEnabled(false);
    228         m_pMainLayout->addWidget(m_pCancelButton, 0, 1, 1, 1);
     228        m_pMainLayout->addWidget(m_pCancelButton, 0, 2, 1, 1);
    229229    }
    230230
     
    233233    {
    234234        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);
    236236    }
    237237
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette