Improved "delete torrents once they reach a given ratio"

Fix button order in exit confirmation dialog
This commit is contained in:
Christophe Dumez
2010-06-22 17:50:36 +00:00
parent 5a58ace305
commit 0de843911d
4 changed files with 4 additions and 5 deletions

View File

@@ -341,7 +341,7 @@ void PropertiesWidget::loadDynamicData() {
if(ratio > 100.)
shareRatio->setText(QString::fromUtf8(""));
else
shareRatio->setText(QString(QByteArray::number(ratio, 'f', 1)));
shareRatio->setText(QString(QByteArray::number(ratio, 'f', 2)));
if(!h.is_seed()) {
showPiecesDownloaded(true);
// Downloaded pieces