-
-
Notifications
You must be signed in to change notification settings - Fork 27
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 GSettings for LoadGraph UI colors #247
base: master
Are you sure you want to change the base?
Conversation
Makes the background color and grid color for the load graphs configurable instead of being hardcoded to #FFFFFF and #E3E3E3. New GSettings keys added to the schema: * load-graph-background-color (default: #FFFFFF) * load-graph-grid-color (default: #E3E3E3) Fixes: mate-desktop#88
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.
Why add blank lines at the end of each file?
Commit a28f81a accidentally added an unnecessary blank line to: - src/interface.cpp - src/load-graph.cpp - src/load-graph.h - src/procman-app.cpp - src/procman.h - src/org.mate.system-monitor.gschema.xml.in This commit reverts this by removing the new lines.
My mistake, my editor automatically added them and I didn't notice in the diff. |
There is a problem. When the
I think it should add
Maybe there is a better way. This is just my suggestion |
Makes the background color and grid color for the load graphs configurable instead of being hardcoded to #FFFFFF and #E3E3E3.
New GSettings keys added to the schema:
Fixes: #88