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