- Timestamp:
- May 19, 2015 11:16:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.cpp
r55880 r55934 389 389 m_onlineSnapshotIcon = UIIconPool::iconSet(":/snapshot_online_16px.png"); 390 390 391 /* Determine icon metric: */ 392 const QStyle *pStyle = QApplication::style(); 393 const int iIconMetric = pStyle->pixelMetric(QStyle::PM_SmallIconSize) * 1.375; 394 391 395 /* ToolBar creation */ 392 396 UIToolBar *toolBar = new UIToolBar (this); 393 toolBar->setIconSize (QSize ( 22, 22));397 toolBar->setIconSize (QSize (iIconMetric, iIconMetric)); 394 398 toolBar->setSizePolicy (QSizePolicy::Fixed, QSizePolicy::Fixed); 395 399
Note:
See TracChangeset
for help on using the changeset viewer.