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 new profile icons #230117

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

add new profile icons #230117

wants to merge 1 commit into from

Conversation

sandy081
Copy link
Member

No description provided.

@sandy081 sandy081 self-assigned this Sep 30, 2024
@sandy081 sandy081 enabled auto-merge (squash) September 30, 2024 13:16
@vs-code-engineering vs-code-engineering bot added this to the October 2024 milestone Sep 30, 2024
@@ -1048,7 +1048,7 @@ class ProfileIconRenderer extends ProfilePropertyRenderer {
}, true);

if (hoverWidget) {
iconSelectBox.layout(new Dimension(486, 260));
iconSelectBox.layout(new Dimension(486, 292));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we change here too?

const dimension = new Dimension(486, 260);

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Profiles has relatively smaller set of icons and wanted them to fit the content. In your case, I believe there is a large set you are not showing this as an hover like in profiles editor. So it should be fine not to have same height.

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.

2 participants