diff options
author | Cho <cho@lindenlab.com> | 2013-11-12 22:37:24 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-11-12 22:37:24 +0000 |
commit | 19c1be0e055bd06cb3083a9c9d126a4907a90788 (patch) | |
tree | 3737db2f8789937ae82645965a68bdec87adb6da /indra/newview/skins/default/xui/en/panel_flickr_photo.xml | |
parent | 9e6dd1811e890d6d5e23059c67f13d9960e56366 (diff) |
replaced Flickr title text_editor to a line_editor for ACME-1169
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_flickr_photo.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_flickr_photo.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_flickr_photo.xml b/indra/newview/skins/default/xui/en/panel_flickr_photo.xml index 39935a7687..b3af271f34 100644 --- a/indra/newview/skins/default/xui/en/panel_flickr_photo.xml +++ b/indra/newview/skins/default/xui/en/panel_flickr_photo.xml @@ -102,7 +102,7 @@ type="string"> Title: </text> - <text_editor + <line_editor follows="left|top" height="20" width="250" @@ -110,9 +110,8 @@ length="1" max_length="256" name="photo_title" - type="string" - word_wrap="true"> - </text_editor> + type="string"> + </line_editor> <text length="1" follows="top|left|right" |