summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/scroll_bar.xml
blob: 3b195c6b33133813c693466441f0310c7d2d16f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<scroll_bar thumb_image="ScrollThumb_Vert"
            track_image="ScrollTrack_Vert"
	    track_color="ScrollbarTrackColor"
            thumb_color="ScrollbarThumbColor"
            thickness="15">
  <up_button image_unselected="ScrollArrow_Up"
             image_selected="ScrollArrow_Up"
             scale_image="true" thickness="15"
             hover_glow_amount="0.15"/>
  <down_button image_unselected="ScrollArrow_Down"
               image_selected="ScrollArrow_Down"
               scale_image="true" thickness="15"
               hover_glow_amount="0.15"/>
  <left_button image_unselected="ScrollArrow_Left"
               image_selected="ScrollArrow_Left"
               scale_image="true" thickness="15"
               hover_glow_amount="0.15"/>
  <right_button image_unselected="ScrollArrow_Right"
               image_selected="ScrollArrow_Right"
               scale_image="true" thickness="15"
               hover_glow_amount="0.15"/>
</scroll_bar>