- Timestamp:
- Aug 21, 2018 9:24:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.cpp
r73799 r73800 153 153 case Qt::Vertical: 154 154 { 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()); 159 159 break; 160 160 }
Note:
See TracChangeset
for help on using the changeset viewer.