summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/favorites_bar_button.xml
blob: dcd85e1f5832275a9ecbbd06bd917ec312aaf7d5 (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" ?>
<!-- *NOTE: mantipov: top & height should be synchronized with <favorites_bar> in the panel_navigation_bar.xml-->
<!-- All buttons in the Favorites bar will be created from this one -->
<button
 follows="left|bottom"
 halign="center"
 height="23"
 image_disabled="transparent.j2c"
 image_disabled_selected="transparent.j2c"
 image_selected="transparent.j2c"
 image_unselected="transparent.j2c"
 image_hover_selected="PushButton_Selected"
 image_hover_unselected="PushButton_Off"
 image_pressed="PushButton_Press"
 image_pressed_selected="PushButton_Selected_Press"
 hover_glow_amount="0.15"
 layout="topleft"
 left="2"
 name="favorites_bar_btn"
 tab_stop="false"
 top="2"
 use_ellipses="true"
 width="120" />