VirtualBox

Changeset 96793 in vbox


Ignore:
Timestamp:
Sep 19, 2022 1:20:34 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153683
Message:

FE/Qt: bugref:10141. Use a drive icon for drive roots (on Windows)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoHostBrowser.cpp

    r96768 r96793  
    8686            if (filePath(index).contains(".."))
    8787                return QIcon(":/arrow_up_10px_x2.png");
     88#ifdef VBOX_WS_WIN
     89            else if (info.absoluteFilePath().length() <= 3)
     90                return QIcon(":/hd_32px.png");
     91#endif
    8892            else if(info.isSymLink())
    8993                return QIcon(":/file_manager_folder_symlink_16px.png");
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette