-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Folding icons are too big and the grey frame looks uneven/blurry #3299
Comments
The new folding icons are distracting. The previous twistie icons were subtle, pls see the example below, when I using folding to work on the vscode.d.ts file. I agree with @weinand that we should look consistent with the explorer. |
Thanks for everyone's feedback. I just spoke with @chrisdias. After we reviewed responses from users who have seen the proposed (+/-) icons on issue #2948, we believe users actually like the idea of a (+/-) icon, but that the way we have icon represented is flawed; it's too heavy-weight, strong in contrast and it is aliased strangely. I'm going to tone down the weight and contrast of these icons and fix the aliasing so they are very light and out of the way. If we still aren't satisfied with how the icons look by the end of the day today, then let's revert all my changes back to the twisties and we can decide if we want to continue iterating on this later or just keep the twisties. Thanks again for the feedback. |
@bgashler1 for GA we should consider to achieve consistency with the explorer, that is if users prefer +/-we should use them in the navigator too. Having two sets of icons for the same purpose doesn't make sense to me. |
@weinand I think the reasoning is because Visual Studio uses +/- for folding and arrows in the explorer. |
@Tyriar I understand but that does not mean that we should not strive for some additional simplicity and elegance. IIRC the +/– icons made their first appearance in Windows 95 and they never existed on OS X. |
@weinand I agree, I prefer the triangles personally as +/- look so busy. |
@weinand, very good point about these icons not being a paradigm used in OSX. As @Tyriar was pointing out, I was merely trying ensure we are similar enough to feel part of the same brand family as Visual Studio. If we don't like it by the end of the day, then I won't lose any sleep over it. Being different isn't bad, as long as we are justifiably better. |
Let me know what you all think of the updates I pushed. Smaller icons, lower contrast and perfect aliasing. Hopefully this resolves some concerns. Another reason why we should use the (+/-) icon is that when we eventually add vertical braces to indicate what chunk of code expand and collapse, the icon will stand better next to the brace because it's encapsulated by a square outline Since twisties are not contained in a shape like a square, it will be hard to associate each with its paired vertical brace. |
@bgashler1 thanks, these look much better. Can folks who were against +- please take a look and see what you think? Here's my take:
|
@bgashler1 yes, the icons look better now. |
@bgashler1 Looks good! But, the icons need to scale with bigger and smaller fonts. I created #3390 |
Looks good! @bgashler1 any reason for the |
@Tyriar, yes. This is to differentiate it further from non-collapsed icons. It also helps it stand out as a visual landmark and it matches how VS does it. |
On testing #2994
The four lines of the icon frame look uneven/blurry.
Why aren't we using the same triangles as in the navigator? The '+' and '-' icons look a bit out of place.
The text was updated successfully, but these errors were encountered: