summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_emoji_picker.xml
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-07-13 21:18:22 +0200
committerGuru <alexandrgproductengine@lindenlab.com>2023-07-13 22:13:31 +0200
commit1fe007abef6eeceefb0dc720b4a5ecb4505ede88 (patch)
tree52bd2189940592af109c81734c0ab452193ee79c /indra/newview/skins/default/xui/en/floater_emoji_picker.xml
parent8b718cbc2edc1f18bfa0cc0a76899fcade149813 (diff)
SL-20001 EmojiPicker - make the preview to be a panel instead of a button
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_emoji_picker.xml')
-rw-r--r--indra/newview/skins/default/xui/en/floater_emoji_picker.xml32
1 files changed, 8 insertions, 24 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_emoji_picker.xml b/indra/newview/skins/default/xui/en/floater_emoji_picker.xml
index 4b4bf0c5a3..a2a290c306 100644
--- a/indra/newview/skins/default/xui/en/floater_emoji_picker.xml
+++ b/indra/newview/skins/default/xui/en/floater_emoji_picker.xml
@@ -13,42 +13,26 @@
<floater.string name="title_for_recently_used" value="Recently used"/>
<floater.string name="title_for_frequently_used" value="Frequently used"/>
<line_editor
- name="Search"
- label="Type to search"
+ name="Filter"
+ label="Start typing to filter"
layout="bottomleft"
follows="bottom|left|right"
text_tentative_color="TextFgTentativeColor"
+ show_label_focused="true"
max_length_bytes="63"
+ text_pad_right="5"
+ text_pad_left="5"
bottom="14"
- left="34"
+ left="10"
height="29"
- width="212" />
- <text
- name="Description"
- layout="bottomleft"
- follows="bottom|left|right"
- font="SansSerifMedium"
- bottom="14"
- left="42"
- height="29"
- width="200" />
- <button
- name="PreviewEmoji"
- layout="bottomleft"
- follows="bottom|left"
- font="EmojiHuge"
- use_font_color="true"
- bottom="14"
- left="2"
- height="29"
- width="29" />
+ width="230" />
<scroll_container
name="EmojiGridContainer"
layout="topleft"
follows="all"
top="25"
left="0"
- height="330"
+ height="325"
width="250">
<scrolling_panel_list
name="EmojiGrid"