-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Change style of border around thumbnail of current plot #21598
Conversation
Thanks @jitseniesen for your work on this! I think the new border style looks quite good in the light theme but not so much in the dark one because it blends a bit with the plot's own color. @conradolandia, what do you think? |
I agree with you, @ccordoba12. Let's try B70 (from the Gray class): |
I am thinking we should go back to the blue. Preserving the line thickness, but going back to the blue color we had before. That will look good in both the dark and light theme. |
I think so too. So, I propose that we should go with this option instead. @conradolandia, what do you think? |
I think this option works fine enough, yes. |
9990d66
to
c563a73
Compare
Great, I squashed the commits in one, as it is basically a one-character change now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jitseniesen!
Note: The error in our test suite is unrelated to this.
Please unsubscribe me.
Thanks,
…________________________________
From: Carlos Cordoba ***@***.***>
Sent: Wednesday, January 3, 2024 10:17 AM
To: spyder-ide/spyder ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [spyder-ide/spyder] PR: Change style of border around thumbnail of current plot (PR #21598)
@ccordoba12 approved this pull request.
Thanks @jitseniesen<https://github.com/jitseniesen>!
Note: The error in our test suite is unrelated to this.
—
Reply to this email directly, view it on GitHub<#21598 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBN3IHZD3DONFSGK5LPZKEDYMSWTXAVCNFSM6AAAAABANYY7NGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTQMBRGI3TAMBXGU>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Description of Changes
Change the border around the thumbnail of the current plot in the Plots pane to 3px wide and gray (
COLOR_TEXT_3
) for clarity and consistency with the overall styling. This style was suggested in this comment.Screenshot after the change in dark theme:
Screenshot after the change in light theme:
Issue(s) Resolved
Fixes #21046
Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct: Jitse Niesen