Changeset 69714 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 16, 2017 12:50:32 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItemMachine.cpp
r69639 r69714 974 974 /* Prepare variables: */ 975 975 int iMachinePixmapX = iLeftColumnIndent; 976 int iMachinePixmapY = (iFullHeight - m_pixmap Size.height()) / 2;976 int iMachinePixmapY = (iFullHeight - m_pixmap.height() / m_pixmap.devicePixelRatio()) / 2; 977 977 /* Paint pixmap: */ 978 978 paintPixmap(/* Painter: */
Note:
See TracChangeset
for help on using the changeset viewer.