| 287 width - 1, height - 1); |
287 width - 1, height - 1); |
| 288 gtk_paint_box (widget->style, |
288 gtk_paint_box (widget->style, |
| 289 window, |
289 window, |
| 290 state, GTK_SHADOW_OUT, |
290 state, GTK_SHADOW_OUT, |
| 291 NULL, widget, "bar", |
291 NULL, widget, "bar", |
| 292 cell_area->x + x_offset + cell->xpad, |
292 cell_area->x + x_offset + cell->xpad + 1, |
| 293 cell_area->y + y_offset + cell->ypad, |
293 cell_area->y + y_offset + cell->ypad + 1, |
| 294 width * cellprogress->progress, |
294 (width - 3) * cellprogress->progress, |
| 295 height - 1); |
295 height - 3); |
| 296 } |
296 } |