Changeset 544

Show
Ignore:
Timestamp:
03/06/08 10:28:18 (6 months ago)
Author:
kickback
Message:

sweep: reduce relief effect slightly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/src/scroll-pane.c

    r543 r544  
    273273                                         widget->allocation.x + range->slider_start, 
    274274                                        (widget->allocation.height - 1) + widget->allocation.y); 
    275   cairo_pattern_add_color_stop_rgba (pattern, 0, 1.0, 1.0, 1.0, 0.5); 
     275  cairo_pattern_add_color_stop_rgba (pattern, 0, 1.0, 1.0, 1.0, 0.4); 
    276276  cairo_pattern_add_color_stop_rgba (pattern, .5, 1.0, 1.0, 1.0, 0); 
    277   cairo_pattern_add_color_stop_rgba (pattern, 1, 0.0, 0.0, 0.0, .2); 
     277  cairo_pattern_add_color_stop_rgba (pattern, 1, 0.0, 0.0, 0.0, .15); 
    278278 
    279279  cairo_set_source (cr, pattern);