[PATCH 1/2] Change the name label of a MountpointSelector from grey to black.

Samantha N. Bueno sbueno+anaconda at redhat.com
Tue Jun 25 20:15:36 UTC 2013


Ack to both of your patches.

On Tue, Jun 25, 2013 at 11:34:55AM -0400, Chris Lumens wrote:
> Grey-on-blue is really, really hard to read.
> ---
>  widgets/src/MountpointSelector.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/widgets/src/MountpointSelector.c b/widgets/src/MountpointSelector.c
> index 517d77e..726b42e 100644
> --- a/widgets/src/MountpointSelector.c
> +++ b/widgets/src/MountpointSelector.c
> @@ -161,7 +161,7 @@ static void format_size_label(AnacondaMountpointSelector *widget, const char *va
>  static void format_name_label(AnacondaMountpointSelector *widget, const char *value) {
>      char *markup;
>  
> -    markup = g_markup_printf_escaped("<span fgcolor='grey' size='small'>%s</span>", value);
> +    markup = g_markup_printf_escaped("<span fgcolor='black' size='small'>%s</span>", value);
>      gtk_label_set_markup(GTK_LABEL(widget->priv->name_label), markup);
>      g_free(markup);
>  }
> -- 
> 1.8.1.2
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list