Changeset 83488 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 30, 2020 4:26:11 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r82968 r83488 255 255 /* Prepare HiDPI pixmaps: */ 256 256 const QStringList aPixmapNames = QStringList() << (strPrefix + "_x2." + strSuffix) 257 /*<< (strPrefix + "_x3." + strSuffix)258 << (strPrefix + "_x4." + strSuffix) */;257 << (strPrefix + "_x3." + strSuffix) 258 << (strPrefix + "_x4." + strSuffix); 259 259 foreach (const QString &strPixmapName, aPixmapNames) 260 260 {
Note:
See TracChangeset
for help on using the changeset viewer.