#3039 closed Bug (invalid)
Progress bar not using theme color
Reported by: | lubomir.marinov | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | GTK+ Client | Version: | 1.91 |
Severity: | Trivial | Keywords: | |
Cc: |
Description
Transmission 1.91 (10268) does not respect the progress bar color specified of the Ambiance GTK+ theme on Ubuntu 9.10. While the progress bars are orange in other GTK+/Gnome applications, it appears brown in Transmission. It looks as if the progress bar is painted with the theme selection color which is different than the theme progress bar color in Ambiance.
Change History (2)
comment:1 Changed 13 years ago by charles
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 13 years ago by charles
Note: See
TracTickets for help on using
tickets.
Transmission uses GtkCellRendererProgress? to render the torrent's progress, which is a perfectly reasonable thing to do.
I suspect this is a bug in the Ambiance GTK+ theme, rather than Transmission. They may not be handling GtkCellRendererProgress? correctly.