GNOME Bugzilla – Bug 672561
Call window preview drop placeholder should not be red
Last modified: 2012-03-27 13:16:14 UTC
It should use a border color from the theme instead of plain red.
Created attachment 210249 [details] screenshot
Which color would you use?
Created attachment 210357 [details] [review] rounded-rectangle: cairo_set_source_rgba() takes [0..1] arguments Fix a bug in the way EmpathyRoundedRectangle sets the cairo color. This was not visible because only pure colors (red and black) were used by EmpathyCallWindow.
Created attachment 210358 [details] [review] call-window: use colors from the theme for placeholders Use color shades from the color theme for preview placeholders, instead of hardcoding black/red.
Created attachment 210359 [details] how it looks This is how it looks with current Adwaita.
Review of attachment 210357 [details] [review]: ++
Review of attachment 210358 [details] [review]: ++
Not sure if this is worth a freeze exception request; maybe we can merge this after the 3.4.0 release? Your call really, feel free to request an exception if you think it's worth it.
(In reply to comment #8) > Not sure if this is worth a freeze exception request; maybe we can merge this > after the 3.4.0 release? Your call really, feel free to request an exception if > you think it's worth it. Thanks for the review! I think it's OK to wait after 3.4.0 for this.
2.4.0 has been released; feel free to merge.
Attachment 210357 [details] pushed as 8df3bd2 - rounded-rectangle: cairo_set_source_rgba() takes [0..1] arguments Attachment 210358 [details] pushed as 81f4651 - call-window: use colors from the theme for placeholders