Changeset 47204 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 16, 2013 5:52:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp
r46605 r47204 195 195 /* Return 16:9 aspect-ratio msh: */ 196 196 QSize msh = QWidget::minimumSizeHint(); 197 return QSize(msh.width(), ( double)9 / (double)16 * msh.width());197 return QSize(msh.width(), (int)((double)9 / 16 * msh.width())); 198 198 } 199 199
Note:
See TracChangeset
for help on using the changeset viewer.