VirtualBox

Changeset 73800 in vbox for trunk


Ignore:
Timestamp:
Aug 21, 2018 9:24:16 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: Style nit (s.a. r124483).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.cpp

    r73799 r73800  
    153153        case Qt::Vertical:
    154154        {
    155             m_startWidgetGeometry = QRect(0,       0,
    156                                           width(), 2 * height());
    157             m_finalWidgetGeometry = QRect(0,       -height(),
    158                                           width(), 2 * height());
     155            m_startWidgetGeometry = QRect(0,         0,
     156                                          width(),   2 * height());
     157            m_finalWidgetGeometry = QRect(0,       - height(),
     158                                          width(),   2 * height());
    159159            break;
    160160        }
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