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

[BUG]: "Office 365 Silver" theme statusBar drag glyph, is not visible #19

Closed
PWagner1 opened this issue Oct 13, 2020 · 3 comments
Closed
Labels
area:themes All things to do with themes. bug Something isn't working completed This issue has been completed. fixed This issue has been fixed.
Milestone

Comments

@PWagner1
Copy link
Contributor

Office 365 - Silver Status bar:
image

Office 2010 - Silver status bar:
image

Office 2007 - Silver:
image

@PWagner1 PWagner1 added bug Something isn't working area:themes All things to do with themes. labels Oct 13, 2020
@dax-leo
Copy link

dax-leo commented Oct 13, 2020

I think dark color used for the glyph is identical (or very close) to the status strip background color for this specific theme.
Consider changing "DarkGlyph" color to something else in the Silver theme.

Just to test if it works ok I used SeparatorDark instead.
using (SolidBrush darkBrush = new SolidBrush(KCT.SeparatorDark), lightBrush = new SolidBrush(KCT.GripLight))

image

@PWagner1
Copy link
Contributor Author

Hi @dax-leo

Will look into it thanks. Just moving any relevant issues from older repos (5.400 to 5.480) over to here before I archive them.

@PWagner1
Copy link
Contributor Author

Just figured out that the bug exists in the 2013 renderer too, as 365 is a copy of the 2013 renderer.

PWagner1 added a commit that referenced this issue Oct 14, 2020
@PWagner1 PWagner1 added this to the Build 2101 milestone Oct 24, 2020
@PWagner1 PWagner1 added completed This issue has been completed. fixed This issue has been fixed. labels Jan 9, 2021
@PWagner1 PWagner1 closed this as completed Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:themes All things to do with themes. bug Something isn't working completed This issue has been completed. fixed This issue has been fixed.
Projects
None yet
Development

No branches or pull requests

2 participants