svenkle / google-drive-add-to-explorer

293 stars 106 forks source link

Icon used is not matching size of others #13

Closed fplanjer closed 6 years ago

fplanjer commented 6 years ago

I notices the icon is not matching the size etc. of DropBox, OneDrive etc. I changed the keys to use an icon from another dll file: [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D41}\DefaultIcon] @="C:\Program Files (x86)\Google\Drive\contextmenu64.dll,0"

[HKEY_CURRENT_USER\Software\Classes\CLSID{81539FE6-33C7-4CE7-90C7-1C7B8F2F2D41}\DefaultIcon] @="C:\Program Files (x86)\Google\Drive\contextmenu64.dll,0"

This makes it look better: image

svenkle commented 6 years ago

Thanks @fplanjer for the suggestion. If you'd like to create a PR i'd be happy to validate and approve.