Changeset 58492 in vbox
- Timestamp:
- Oct 29, 2015 3:13:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.cpp
r58491 r58492 115 115 m_monitorRect.origin.y + 8 /* top-frame */ + 1 /* indent-size */, 116 116 128 /* .png-width */ - 8 /* left-frame */ - 8 /* right-frame */ - 2 * 1 /* indent-size */, 117 128 /* .png-height */ - 8 /* top-frame */ - 25 /* bottom-frame */ - 2 * 1 /* frame-size*/);117 128 /* .png-height */ - 8 /* top-frame */ - 25 /* bottom-frame */ - 2 * 1 /* indent-size */); 118 118 } 119 119 }
Note:
See TracChangeset
for help on using the changeset viewer.