Changeset 74463 in vbox
- Timestamp:
- Sep 25, 2018 6:12:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.cpp
r74318 r74463 585 585 { 586 586 /* Prepare variables: */ 587 const int iIconMetric = QApplication::style()->pixelMetric(QStyle::PM_SmallIconSize) ;587 const int iIconMetric = QApplication::style()->pixelMetric(QStyle::PM_SmallIconSize) * 1.375; 588 588 589 589 /* Prepare new pixmap size: */
Note:
See TracChangeset
for help on using the changeset viewer.