VirtualBox

Changeset 30905 in vbox


Ignore:
Timestamp:
Jul 19, 2010 9:43:42 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: right align tool buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp

    r30869 r30905  
    12961296        pToolBar->addWidget(new UIHorizontalSpacerWidget(this));
    12971297        pToolBar->addWidget(m_pHeaderBtn);
    1298         pToolBar->addWidget(new UIHorizontalSpacerWidget(this));
     1298        QWidget *pSpace = new QWidget(this);
     1299        pSpace->setFixedSize(10, 1);
     1300        pToolBar->addWidget(pSpace);
    12991301        pToolBar->updateLayout();
    13001302    } else
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