summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/button.xml
blob: 7c54e618ef63740cdb8cd30566befe263c6ad7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Additional attributes:
  image_pressed
	image_pressed_selected
   -->
<button image_unselected="PushButton_Off"
        image_selected="PushButton_Selected"
        image_disabled_selected="PushButton_Selected_Disabled"
        image_disabled="PushButton_Disabled"
        label_color="ButtonLabelColor"
        label_color_selected="ButtonLabelSelectedColor"
        label_color_disabled="ButtonLabelDisabledColor"
        label_color_disabled_selected="ButtonLabelSelectedDisabledColor"
        highlight_color="ButtonUnselectedFgColor"
        image_color="ButtonImageColor"
        image_color_disabled="ButtonImageColor"
        flash_color="ButtonFlashBgColor"
        hover_glow_amount="0.15"
        halign="center"
        scale_image="true">
</button>