Don't claim a password is "medium" too easily

This commit is contained in:
moneromooo.monero
2016-12-16 00:27:16 +00:00
parent fbe19d23b7
commit 03c15af20e
2 changed files with 8 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ Item {
width: row.x
color: {
if(item.fillLevel < 3) return "#FF6C3C"
if(item.fillLevel < 5) return "#FF6C3C"
if(item.fillLevel < 13) return "#FFE00A"
return "#36B25C"
}