[PATCH] Add a sidebar to the standalone windows (#1045250)

David Shea dshea at redhat.com
Mon Jan 6 19:11:54 UTC 2014


On 01/03/2014 01:52 PM, Máirín Duffy wrote:
> +	/* Configure sidebar base color */
> +	/* Dark grey for RHEL:  65/255.0, 65/255.0, 62/255.0, 1 */
> +	/* Blue for Fedora:     60/255.0, 110/255.0, 180/255.0, 1 */
> +    cairo_set_source_rgba(cr, 65/255.0, 65/255.0, 62/255.0, 1);
One more: could we do this part with a stylesheet? That would make it 
easier to swap between Fedora and RHEL colors.


More information about the anaconda-patches mailing list