Opened 12 years ago
Closed 12 years ago
#1751 closed Enhancement (invalid)
More Accurate Progress Bar
Reported by: | Rolcol | Owned by: | charles |
---|---|---|---|
Priority: | Lowest | Milestone: | None Set |
Component: | GTK+ Client | Version: | 1.42 |
Severity: | Trivial | Keywords: | |
Cc: |
Description
The progress bar currently displays a torrent's progress rounded down to the nearest integer. Is it possible to have it display the progress rounded to the nearest tenth or hundredth?
Change History (1)
comment:1 Changed 12 years ago by charles
- Resolution set to invalid
- Status changed from new to closed
- Version changed from 1.42+ to 1.42
Note: See
TracTickets for help on using
tickets.
Not possible with GTK+'s current limitations. GtkCellRendererProgress? only allows integer values in [0...100].
http://library.gnome.org/devel/gtk/stable/GtkCellRendererProgress.html#GtkCellRendererProgress--value