summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_hint_image.xml
blob: 00b6e4249716ccda54a56278f75fb3cecc096c5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 width="205"
 height="140"
 layout="topleft">
  <text name="hint_title"
        font="SansSerifMedium" 
        left="8"
        right="180"
        top="8"
        bottom="20"
        follows="left|right|top"
        text_color="Black"
        wrap="false"/>
  <icon name="hint_image"
        left="42"
        top="25"
        width="115"
        height="86"
        image_name="arrow_keys.png"
        />
  <text name="hint_text"
        left="8"
        right="197"
        top_pad="5"
        bottom="120"
        follows="all" 
        text_color="Black"
        wrap="true"/>
  <button right="197" 
          top="8"
          width="16" 
          height="16"
          name="close" 
          follows="right|top" 
          image_color="DkGray" 
          image_unselected="Icon_Close_Foreground"
          image_selected="Icon_Close_Press"/>
</panel>