diff options
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notification_visibility.xml | 1 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_hint_image.xml | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notification_visibility.xml b/indra/newview/skins/default/xui/en/notification_visibility.xml index ea32a83b83..d32066a5a5 100644 --- a/indra/newview/skins/default/xui/en/notification_visibility.xml +++ b/indra/newview/skins/default/xui/en/notification_visibility.xml @@ -1,5 +1,6 @@ <?xml version="1.0" ?> <notification_visibility> + <hide name="HintMoveArrows"/> <show/> </notification_visibility> diff --git a/indra/newview/skins/default/xui/en/panel_hint_image.xml b/indra/newview/skins/default/xui/en/panel_hint_image.xml index 31a310c07b..00b6e42497 100644 --- a/indra/newview/skins/default/xui/en/panel_hint_image.xml +++ b/indra/newview/skins/default/xui/en/panel_hint_image.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <panel width="205" - height="200" + height="140" layout="topleft"> <text name="hint_title" font="SansSerifMedium" @@ -23,7 +23,7 @@ left="8" right="197" top_pad="5" - bottom="92" + bottom="120" follows="all" text_color="Black" wrap="true"/> |