GNOME Bugzilla – Bug 765255
Instruction list is not printing correctly with dark theme
Last modified: 2016-06-09 19:58:59 UTC
There's a bug with dark theme and the printed text. When printing in dark theme the route text matches the system's dark theme and makes it unreadable. I tested this on Fedora 24 Alpha 7 as of today [reply] [−] Comment 114
Created attachment 326323 [details] [review] Change color of instructionWidget before printing Set font color of intructionWidget to black manually to avoid printing in lighter font colors according to the theme
Review of attachment 326323 [details] [review]: ::: src/printLayout.js @@ +213,3 @@ + instructionWidget.get_style_context().add_class('printing-text'); + Minor nitpick, maybe the extra blank line should be removed?
Review of attachment 326323 [details] [review]: I think the first line of the commit message should contain the module name, something like: printLayout: Change color of instructionWidget ...
Created attachment 329430 [details] [review] printLayout: Change color of instructionWidget before printing Set font color of intructionWidget to black manually to avoid printing in lighter font colors according to the theme
I tested the patch, works great! Thanks!
Review of attachment 329430 [details] [review]: LGTM