Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit image size constraint for CodeExplorer>Add menu #6251

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

IvenBach
Copy link
Member

close #5238

Including a Height/Width for the image will eliminate the resizing of some images in the CodeExplorer>Add menu. Within the commit message I included all images found to have this issue. I couldn't figure out the root cause though.

Not including a Height/Width for images in the CodeExplorer>Add
menu can result in some images increasing in size from
16 to 21 pixels. Known images with this issue are:
/Icons/Custom/PNG/AddModule.png
/Icons/Custom/PNG/AllLoadedTests.png
/Icons/Custom/PNG/BrokenReference.png
/Icons/Custom/PNG/CollapseDown.png
/Icons/Custom/PNG/CollapseUp.png
/Icons/Custom/PNG/DisplayName.png
/Icons/Custom/PNG/ExportTestRunResults.png
/Icons/Custom/PNG/FolderClosedHidden.png
/Icons/Custom/PNG/FolderClosedVirtual.png
/Icons/Custom/PNG/FolderOpenHidden.png
/Icons/Custom/PNG/FolderOpenVirtual.png
/Icons/Custom/PNG/ListOfTests.png
/Icons/Custom/PNG/LockedReference.png
/Icons/Custom/PNG/ObjectLibraryFunction.png
/Icons/Custom/PNG/ObjectPropertyGet.png
/Icons/Custom/PNG/ObjectPropertyLet.png
/Icons/Custom/PNG/ObjectPropertySet.png
/Icons/Custom/PNG/ObjectType.png
/Icons/Custom/PNG/ObjectTypeFriend.png
/Icons/Custom/PNG/ObjectTypePrivate.png
/Icons/Custom/PNG/ObjectTypeProtected.png
/Icons/Custom/PNG/ObjectTypeSealed.png
/Icons/Custom/PNG/ObjectTypeShortcut.png
/Icons/Custom/PNG/Options.png
/Icons/Custom/PNG/RemoveParameters.png
/Icons/Custom/PNG/ReorderParameters.png
/Icons/Custom/PNG/Services.png
/Icons/Custom/PNG/Severity.png
/Icons/Custom/PNG/StepRunTest.png
/Icons/Custom/PNG/SyncArrows.png
/Icons/Custom/PNG/Task.png
/Icons/Custom/PNG/TestManager.png
@rubberduck-vba-releasebot
Copy link
Member

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.58%. Comparing base (1bcc6df) to head (ef9fdcc).

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #6251   +/-   ##
=======================================
  Coverage   97.58%   97.58%           
=======================================
  Files           4        4           
  Lines         413      413           
  Branches       28       28           
=======================================
  Hits          403      403           
  Misses          6        6           
  Partials        4        4           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standardize Code Explorer context menu icon size
3 participants