diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-09-02 18:16:27 +0200 |
|---|---|---|
| committer | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-09-03 21:30:16 +0200 |
| commit | b99b333b71d099a16dd290962049b52c70d5d504 (patch) | |
| tree | d4188383b6376ac587d168ace8be1893d4188767 /fonts | |
| parent | 113efbfdf093401d3044ce370b7039ea8cc596bf (diff) | |
| download | monzero-gui-b99b333b71d099a16dd290962049b52c70d5d504.tar.gz monzero-gui-b99b333b71d099a16dd290962049b52c70d5d504.tar.xz monzero-gui-b99b333b71d099a16dd290962049b52c70d5d504.zip | |
WizardAskPassword: add colors to password strength meter; add "Passwords match/do not match" message
Diffstat (limited to 'fonts')
| -rw-r--r-- | fonts/FontAwesome/FontAwesome.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fonts/FontAwesome/FontAwesome.qml b/fonts/FontAwesome/FontAwesome.qml index d57ec8fa..533909a7 100644 --- a/fonts/FontAwesome/FontAwesome.qml +++ b/fonts/FontAwesome/FontAwesome.qml @@ -35,6 +35,7 @@ Object { property string arrowLeft : "\uf060" property string arrowRight : "\uf061" property string cashRegister: "\uf788" + property string checkCircle: "\uf058" property string clipboard : "\uf0ea" property string clockO : "\uf017" property string cloud : "\uf0c2" |
