mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-06 09:07:26 -04:00
Merge pull request #292
9be29ebzxcvbn: build tweaks to work on other platforms (moneromooo.monero)03c15afDon't claim a password is "medium" too easily (moneromooo.monero)fbe19d2Use zxcvbn for password strength estimation (moneromooo.monero)b882de8add zxcvbn to the qmake build system (moneromooo.monero)aae35dfzxcvbn-c: new module for password strength estimation (moneromooo.monero)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user