diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-04-24 21:42:19 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-04-24 21:42:19 -0500 |
| commit | 8532b240be4b8eefa22146c0c1f2d9cbf5f349b7 (patch) | |
| tree | 0317ae50cd4fdedf52a53c76aa41fa37706ee5c3 /components/InputMulti.qml | |
| parent | 1956f5896db175db369f9591049fc20e017e1c76 (diff) | |
| parent | 544b872ada44396958bb0783460e883f44208840 (diff) | |
| download | monzero-gui-8532b240be4b8eefa22146c0c1f2d9cbf5f349b7.tar.gz monzero-gui-8532b240be4b8eefa22146c0c1f2d9cbf5f349b7.tar.xz monzero-gui-8532b240be4b8eefa22146c0c1f2d9cbf5f349b7.zip | |
Merge pull request #1339
544b872 Selection color for inputs
Diffstat (limited to 'components/InputMulti.qml')
| -rw-r--r-- | components/InputMulti.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/InputMulti.qml b/components/InputMulti.qml index 5e9d2a0a..b8005354 100644 --- a/components/InputMulti.qml +++ b/components/InputMulti.qml @@ -47,6 +47,8 @@ TextArea { horizontalAlignment: TextInput.AlignLeft selectByMouse: true color: MoneroComponents.Style.defaultFontColor + selectionColor: MoneroComponents.Style.dimmedFontColor + selectedTextColor: MoneroComponents.Style.defaultFontColor wrapMode: { if(wrapAnywhere){ |
