summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/scroll_bar.xml
blob: 48bc021e6dcac6200d7c3f7fcb03dd031e4f2c50 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<scroll_bar thumb_image_vertical ="ScrollThumb_Vert"
			thumb_image_horizontal ="ScrollThumb_Horiz"
            track_image_vertical ="ScrollTrack_Vert"
			track_image_horizontal ="ScrollTrack_Horiz"
			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.35"/>
  <down_button image_unselected="ScrollArrow_Down"
               image_selected="ScrollArrow_Down"
               scale_image="true" thickness="15"
               hover_glow_amount="0.35"/>
  <left_button image_unselected="ScrollArrow_Left"
               image_selected="ScrollArrow_Left"
               scale_image="true" thickness="15"
               hover_glow_amount="0.35"/>
  <right_button image_unselected="ScrollArrow_Right"
               image_selected="ScrollArrow_Right"
               scale_image="true" thickness="15"
               hover_glow_amount="0.35"/>
</scroll_bar>