Changeset 80211 in vbox
- Timestamp:
- Aug 9, 2019 12:36:29 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp ¶
r80209 r80211 1019 1019 painter.drawRect(QRect(QPoint(0.8 * width(), (100 - m_iCPULoadPercentage) / 100.f * height()), 1020 1020 QPoint(width(), height()))); 1021 /* Usean empty rect. around the CPU load bar: */1021 /* Draw an empty rect. around the CPU load bar: */ 1022 1022 int iBorderThickness = 1; 1023 1023 QRect outRect(QPoint(0.8 * width(), 0),
Note:
See TracChangeset
for help on using the changeset viewer.