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
@ -392,7 +392,7 @@ class DelugeGTK:
|
|||||||
if ratio == -1:
|
if ratio == -1:
|
||||||
ratio_str = _("Unknown")
|
ratio_str = _("Unknown")
|
||||||
else:
|
else:
|
||||||
ratio_str = "%.2f"%ratio
|
ratio_str = "%.3f"%ratio
|
||||||
cell.set_property('text', ratio_str)
|
cell.set_property('text', ratio_str)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user