Skip to content
Snippets Groups Projects
Commit 242a5644 authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

Fixed bug EXT-6603 (Nearby Chat watermark text needs more left padding).

Added text left padding: 5px.

Reviewed by Mike: https://codereview.productengine.com/secondlife/r/271/

--HG--
branch : product-engine
parent 6c74c65e
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,11 @@ ...@@ -16,10 +16,11 @@
label="Click here to chat." label="Click here to chat."
layout="topleft" layout="topleft"
left_delta="3" left_delta="3"
text_pad_right="25"
left="0" left="0"
max_length="512" max_length="512"
name="chat_box" name="chat_box"
text_pad_left="5"
text_pad_right="25"
tool_tip="Press Enter to say, Ctrl+Enter to shout" tool_tip="Press Enter to say, Ctrl+Enter to shout"
top="2" top="2"
width="283" /> width="283" />
......
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