aboutsummaryrefslogtreecommitdiff
path: root/components/PrivacyLevelSmall.qml
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-12-20 17:51:27 +0200
committerRiccardo Spagni <ric@spagni.net>2016-12-20 17:51:27 +0200
commitd1b240fca73513c702e950e6eeec5e2569c3a4af (patch)
tree8c29322dfea7e53130b21b4e404726ec6cc6ccae /components/PrivacyLevelSmall.qml
parent1b9981b35febb706073b26e539fa601c40d8b5f7 (diff)
parent9be29eba58ab70f66bfd4feb07df28d4e76b5d16 (diff)
downloadmonzero-gui-d1b240fca73513c702e950e6eeec5e2569c3a4af.tar.gz
monzero-gui-d1b240fca73513c702e950e6eeec5e2569c3a4af.tar.xz
monzero-gui-d1b240fca73513c702e950e6eeec5e2569c3a4af.zip
Merge pull request #292
9be29eb zxcvbn: build tweaks to work on other platforms (moneromooo.monero) 03c15af Don't claim a password is "medium" too easily (moneromooo.monero) fbe19d2 Use zxcvbn for password strength estimation (moneromooo.monero) b882de8 add zxcvbn to the qmake build system (moneromooo.monero) aae35df zxcvbn-c: new module for password strength estimation (moneromooo.monero)
Diffstat (limited to 'components/PrivacyLevelSmall.qml')
-rw-r--r--components/PrivacyLevelSmall.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/PrivacyLevelSmall.qml b/components/PrivacyLevelSmall.qml
index cb1cd36e..47543f52 100644
--- a/components/PrivacyLevelSmall.qml
+++ b/components/PrivacyLevelSmall.qml
@@ -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"
}