mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 10:59:00 +00:00
make ratio in torrent view be 4 digits instead of 3, to match summary details pane
This commit is contained in:
parent
7c65bce6d8
commit
27c55eb8c7
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class DelugeGTK:
|
|||
if ratio == -1:
|
||||
ratio_str = _("Unknown")
|
||||
else:
|
||||
ratio_str = "%.2f"%ratio
|
||||
ratio_str = "%.3f"%ratio
|
||||
cell.set_property('text', ratio_str)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue