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

@@ -142,7 +142,7 @@ public:
if(ratio > 100.)
QItemDelegate::drawDisplay(painter, opt, opt.rect, QString::fromUtf8(""));
else
QItemDelegate::drawDisplay(painter, opt, opt.rect, QString::number(ratio, 'f', 1));
QItemDelegate::drawDisplay(painter, opt, opt.rect, QString::number(ratio, 'f', 2));
break;
}
case TR_PRIORITY: {