diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-08-14 16:15:31 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-08-14 16:15:31 -0500 |
| commit | 3483b8dbec4d723262861ce91ca175647494c287 (patch) | |
| tree | ce1e2d78aeffa643e92584bda42c88b612eb695d /components/PasswordDialog.qml | |
| parent | eece475fb8daa572df03352fe3950a7d950fc1ce (diff) | |
| parent | 034f83bfb3982bce8203fbda933248810f673868 (diff) | |
| download | monzero-gui-3483b8dbec4d723262861ce91ca175647494c287.tar.gz monzero-gui-3483b8dbec4d723262861ce91ca175647494c287.tar.xz monzero-gui-3483b8dbec4d723262861ce91ca175647494c287.zip | |
Merge pull request #1511
Settings overhaul (27 commits by skftn)
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index 8e75193d..1da76a6d 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -108,6 +108,8 @@ Item { leftPadding: 10 topPadding: 10 color: MoneroComponents.Style.defaultFontColor + selectionColor: MoneroComponents.Style.dimmedFontColor + selectedTextColor: MoneroComponents.Style.defaultFontColor background: Rectangle { radius: 2 |
