Changeset 58493 in vbox
- Timestamp:
- Oct 29, 2015 3:14:37 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103810
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r58382 r58493 1224 1224 /* Now the dock icon preview */ 1225 1225 QString osTypeId = guest().GetOSTypeId(); 1226 m_pDockIconPreview = new UIDockIconPreview(uisession(), vboxGlobal().vmGuestOSTypePixmapHiDPI(osTypeId, QSize( 64, 64)));1226 m_pDockIconPreview = new UIDockIconPreview(uisession(), vboxGlobal().vmGuestOSTypePixmapHiDPI(osTypeId, QSize(42, 42))); 1227 1227 1228 1228 /* Should the dock-icon be updated at runtime? */
Note:
See TracChangeset
for help on using the changeset viewer.