Mercurial > pidgin
comparison src/gtkcellrendererprogress.c @ 4559:4db59242fb34
[gaim-migrate @ 4840]
This will probably look better.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 08 Feb 2003 20:17:22 +0000 |
| parents | 7521e29658bc |
| children | 401deb1e1085 |
comparison
equal
deleted
inserted
replaced
| 4558:d22814243d13 | 4559:4db59242fb34 |
|---|---|
| 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 + 1, | 292 cell_area->x + x_offset + cell->xpad, |
| 293 cell_area->y + y_offset + cell->ypad + 1, | 293 cell_area->y + y_offset + cell->ypad, |
| 294 width * cellprogress->progress, | 294 width * cellprogress->progress, |
| 295 height - 2); | 295 height - 1); |
| 296 } | 296 } |
