From 66760a173e7f9670f339b6bef5430c812731ffe3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 19 Jul 2007 09:19:01 +0000 Subject: Use selection grey for progress in the address entry. --- (limited to 'lib') diff --git a/lib/sugar-address-entry.c b/lib/sugar-address-entry.c index 47a6988..1f8c983 100644 --- a/lib/sugar-address-entry.c +++ b/lib/sugar-address-entry.c @@ -462,7 +462,7 @@ sugar_address_entry_expose(GtkWidget *widget, float radius = area_height / 2; cr = gdk_cairo_create(entry->text_area); - cairo_set_source_rgb(cr, 0.0, 0.0, 0.0); + cairo_set_source_rgb(cr, 0xA6 / 255.0, 0xA6 / 255.0, 0xA6 / 255.0); cairo_move_to (cr, radius, 0); cairo_arc (cr, bar_width - radius, radius, radius, M_PI * 1.5, M_PI * 2); -- cgit v0.9.1