Changeset 69701 in vbox for trunk/src/VBox
- Timestamp:
- Nov 15, 2017 12:09:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItemGroup.cpp
r69639 r69701 413 413 m_groupsPixmap = UIIconPool::iconSet(":/group_abstract_16px.png").pixmap(iIconMetric, iIconMetric); 414 414 m_machinesPixmap = UIIconPool::iconSet(":/machine_abstract_16px.png").pixmap(iIconMetric, iIconMetric); 415 m_pixmapSizeGroups = m_groupsPixmap.size() ;416 m_pixmapSizeMachines = m_machinesPixmap.size() ;415 m_pixmapSizeGroups = m_groupsPixmap.size() / m_groupsPixmap.devicePixelRatio(); 416 m_pixmapSizeMachines = m_machinesPixmap.size() / m_machinesPixmap.devicePixelRatio(); 417 417 m_minimumHeaderSize = QSize(0, 0); 418 418
Note:
See TracChangeset
for help on using the changeset viewer.