Skip to content
Snippets Groups Projects
Commit 6fc5a2f9 authored by andreykproductengine's avatar andreykproductengine
Browse files

SL-10879 Cover more description fields with spell checking

parent 1f80e72f
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,7 @@ ...@@ -151,6 +151,7 @@
layout="topleft" layout="topleft"
left_pad="2" left_pad="2"
name="Description" name="Description"
spellcheck="true"
top_delta="0" top_delta="0"
width="365" width="365"
word_wrap="true" /> word_wrap="true" />
......
...@@ -493,6 +493,7 @@ ...@@ -493,6 +493,7 @@
layout="topleft" layout="topleft"
left="11" left="11"
name="edit_experience_description" name="edit_experience_description"
spellcheck="true"
max_length="2048" max_length="2048"
text_color="black" text_color="black"
right="-11" right="-11"
......
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
length="1" length="1"
max_length="700" max_length="700"
name="photo_caption" name="photo_caption"
spellcheck="true"
type="string" type="string"
word_wrap="true"> word_wrap="true">
</text_editor> </text_editor>
......
...@@ -158,6 +158,7 @@ ...@@ -158,6 +158,7 @@
length="1" length="1"
max_length="700" max_length="700"
name="photo_description" name="photo_description"
spellcheck="true"
type="string" type="string"
word_wrap="true"> word_wrap="true">
</text_editor> </text_editor>
......
...@@ -277,6 +277,7 @@ ...@@ -277,6 +277,7 @@
max_length="127" max_length="127"
name="notes_editor" name="notes_editor"
read_only="true" read_only="true"
spellcheck="true"
text_readonly_color="white" text_readonly_color="white"
text_type="ascii_with_newline" text_type="ascii_with_newline"
top_pad="5" top_pad="5"
......
...@@ -80,6 +80,7 @@ ...@@ -80,6 +80,7 @@
left="5" left="5"
max_length="700" max_length="700"
name="msg_form" name="msg_form"
spellcheck="true"
right="-4" right="-4"
top_pad="5" top_pad="5"
word_wrap="true"> word_wrap="true">
......
...@@ -126,6 +126,7 @@ ...@@ -126,6 +126,7 @@
length="1" length="1"
max_length="700" max_length="700"
name="caption" name="caption"
spellcheck="true"
width="200" width="200"
top_pad="2" top_pad="2"
type="string" type="string"
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
length="1" length="1"
max_length="140" max_length="140"
name="photo_status" name="photo_status"
spellcheck="true"
type="string" type="string"
word_wrap="true"> word_wrap="true">
</text_editor> </text_editor>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment